View Source GoogleApi.Docs.V1.Model.CreateNamedRangeRequest (google_api_docs v0.16.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.CreateNamedRangeRequest{ name: String.t() | nil, range: GoogleApi.Docs.V1.Model.Range.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.