google_api_docs v0.8.0 GoogleApi.Docs.V1.Model.NamedRange View Source
A collection of Ranges with the same named range ID.
Named ranges allow developers to associate parts of a document with an arbitrary user-defined label so their contents can be programmatically read or edited at a later time. A document can contain multiple named ranges with the same name, but every named range has a unique ID.
A named range is created with a single Range, and content inserted inside a named range generally expands that range. However, certain document changes can cause the range to be split into multiple ranges.
Named ranges are not private. All applications and collaborators that have access to the document can see its named ranges.
Attributes
name
(type:String.t
, default:nil
) - The name of the named range.namedRangeId
(type:String.t
, default:nil
) - The ID of the named range.ranges
(type:list(GoogleApi.Docs.V1.Model.Range.t)
, default:nil
) - The ranges that belong to this named range.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Docs.V1.Model.NamedRange{ name: String.t(), namedRangeId: String.t(), ranges: [GoogleApi.Docs.V1.Model.Range.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.