View Source GoogleApi.Sheets.V4.Model.PivotGroupLimit (google_api_sheets v0.34.0)

The count limit on rows or columns in the pivot group.

Attributes

  • applyOrder (type: integer(), default: nil) - The order in which the group limit is applied to the pivot table. Pivot group limits are applied from lower to higher order number. Order numbers are normalized to consecutive integers from 0. For write request, to fully customize the applying orders, all pivot group limits should have this field set with an unique number. Otherwise, the order is determined by the index in the PivotTable.rows list and then the PivotTable.columns list.
  • countLimit (type: integer(), default: nil) - The count limit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.PivotGroupLimit{
  applyOrder: integer() | nil,
  countLimit: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.