google_api_docs v0.10.0 GoogleApi.Docs.V1.Model.NamedRanges View Source
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.
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.NamedRanges{ name: String.t(), namedRanges: [GoogleApi.Docs.V1.Model.NamedRange.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.