google_api_sheets v0.7.0 GoogleApi.Sheets.V4.Model.NamedRange View Source
A named range.
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.range
(type:GoogleApi.Sheets.V4.Model.GridRange.t
, default:nil
) - The range this represents.
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.Sheets.V4.Model.NamedRange{ name: String.t(), namedRangeId: String.t(), range: GoogleApi.Sheets.V4.Model.GridRange.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.