google_api_docs v0.10.0 GoogleApi.Docs.V1.Model.CreateNamedRangeRequest View Source

Creates a NamedRange referencing the given range.

Attributes

  • name (type: String.t, default: nil) - The name of the NamedRange. Names do not need to be unique.

    Names must be at least 1 character and no more than 256 characters, measured in UTF-16 code units.

  • range (type: GoogleApi.Docs.V1.Model.Range.t, default: nil) - The range to apply the name to.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Docs.V1.Model.CreateNamedRangeRequest{
  name: String.t(),
  range: GoogleApi.Docs.V1.Model.Range.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.