GoogleApi.Sheets.V4.Model.FilterSpec (google_api_sheets v0.25.2) View Source

The filter criteria associated with a specific column.

Attributes

  • columnIndex (type: integer(), default: nil) - The column index.
  • dataSourceColumnReference (type: GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t, default: nil) - Reference to a data source column.
  • filterCriteria (type: GoogleApi.Sheets.V4.Model.FilterCriteria.t, default: nil) - The criteria for the column.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.FilterSpec{
  columnIndex: integer(),
  dataSourceColumnReference:
    GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t(),
  filterCriteria: GoogleApi.Sheets.V4.Model.FilterCriteria.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.