google_api_sheets v0.24.1 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
Specs
t() :: %GoogleApi.Sheets.V4.Model.NamedRange{
name: String.t(),
namedRangeId: String.t(),
range: GoogleApi.Sheets.V4.Model.GridRange.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.