google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.PivotGroupValueMetadata View Source
Metadata about a value in a pivot grouping.
Attributes
- collapsed (boolean()): True if the data corresponding to the value is collapsed. Defaults to:
null
. - value (ExtendedValue): The calculated value the metadata corresponds to. (Note that formulaValue is not valid, because the values will be calculated.) 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.PivotGroupValueMetadata{
collapsed: any(),
value: GoogleApi.Sheets.V4.Model.ExtendedValue.t()
}
t() :: %GoogleApi.Sheets.V4.Model.PivotGroupValueMetadata{ collapsed: any(), value: GoogleApi.Sheets.V4.Model.ExtendedValue.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.