google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.PivotGroupSortValueBucket View Source
Information about which values in a pivot group should be used for sorting.
Attributes
- buckets ([ExtendedValue]): Determines the bucket from which values are chosen to sort. For example, in a pivot table with one row group & two column groups, the row group can list up to two values. The first value corresponds to a value within the first column group, and the second value corresponds to a value in the second column group. If no values are listed, this would indicate that the row should be sorted according to the "Grand Total" over the column groups. If a single value is listed, this would correspond to using the "Total" of that bucket. Defaults to:
null
. - valuesIndex (integer()): The offset in the PivotTable.values list which the values in this grouping should be sorted by. 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.PivotGroupSortValueBucket{
buckets: [GoogleApi.Sheets.V4.Model.ExtendedValue.t()],
valuesIndex: any()
}
t() :: %GoogleApi.Sheets.V4.Model.PivotGroupSortValueBucket{ buckets: [GoogleApi.Sheets.V4.Model.ExtendedValue.t()], valuesIndex: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.