View Source GoogleApi.Sheets.V4.Model.PivotFilterSpec (google_api_sheets v0.34.0)
The pivot table filter criteria associated with a specific source column offset.
Attributes
-
columnOffsetIndex
(type:integer()
, default:nil
) - The zero-based column offset of the source range. -
dataSourceColumnReference
(type:GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t
, default:nil
) - The reference to the data source column. -
filterCriteria
(type:GoogleApi.Sheets.V4.Model.PivotFilterCriteria.t
, default:nil
) - The criteria for the column.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.PivotFilterSpec{ columnOffsetIndex: integer() | nil, dataSourceColumnReference: GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t() | nil, filterCriteria: GoogleApi.Sheets.V4.Model.PivotFilterCriteria.t() | nil }