google_api_docs v0.9.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.CreateNamedRangeRequest{ name: String.t(), range: GoogleApi.Docs.V1.Model.Range.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.