google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.DimensionGroup View Source
A group over an interval of rows or columns on a sheet, which can contain or be contained within other groups. A group can be collapsed or expanded as a unit on the sheet.
Attributes
- collapsed (boolean()): This field is true if this group is collapsed. A collapsed group remains collapsed if an overlapping group at a shallower depth is expanded. A true value does not imply that all dimensions within the group are hidden, since a dimension's visibility can change independently from this group property. However, when this property is updated, all dimensions within it are set to hidden if this field is true, or set to visible if this field is false. Defaults to:
null
. - depth (integer()): The depth of the group, representing how many groups have a range that wholly contains the range of this group. Defaults to:
null
. - range (DimensionRange): The range over which this group exists. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.DimensionGroup{
collapsed: any(),
depth: any(),
range: GoogleApi.Sheets.V4.Model.DimensionRange.t()
}
t() :: %GoogleApi.Sheets.V4.Model.DimensionGroup{ collapsed: any(), depth: any(), range: GoogleApi.Sheets.V4.Model.DimensionRange.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.