View Source GoogleApi.Docs.V1.Model.NamedRanges (google_api_docs v0.17.0)
A collection of all the NamedRanges in the document that share a given name.
Attributes
-
name
(type:String.t
, default:nil
) - The name that all the named ranges share. -
namedRanges
(type:list(GoogleApi.Docs.V1.Model.NamedRange.t)
, default:nil
) - The NamedRanges that share the same name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.NamedRanges{ name: String.t() | nil, namedRanges: [GoogleApi.Docs.V1.Model.NamedRange.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.