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

The specifications of a slicer.

Attributes

  • applyToPivotTables (type: boolean(), default: nil) - True if the filter should apply to pivot tables. If not set, default to True.
  • backgroundColor (type: GoogleApi.Sheets.V4.Model.Color.t, default: nil) - The background color of the slicer. Deprecated: Use background_color_style.
  • backgroundColorStyle (type: GoogleApi.Sheets.V4.Model.ColorStyle.t, default: nil) - The background color of the slicer. If background_color is also set, this field takes precedence.
  • columnIndex (type: integer(), default: nil) - The zero-based column index in the data table on which the filter is applied to.
  • dataRange (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - The data range of the slicer.
  • filterCriteria (type: GoogleApi.Sheets.V4.Model.FilterCriteria.t, default: nil) - The filtering criteria of the slicer.
  • horizontalAlignment (type: String.t, default: nil) - The horizontal alignment of title in the slicer. If unspecified, defaults to LEFT
  • textFormat (type: GoogleApi.Sheets.V4.Model.TextFormat.t, default: nil) - The text format of title in the slicer. The link field is not supported.
  • title (type: String.t, default: nil) - The title of the slicer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.SlicerSpec{
  applyToPivotTables: boolean() | nil,
  backgroundColor: GoogleApi.Sheets.V4.Model.Color.t() | nil,
  backgroundColorStyle: GoogleApi.Sheets.V4.Model.ColorStyle.t() | nil,
  columnIndex: integer() | nil,
  dataRange: GoogleApi.Sheets.V4.Model.GridRange.t() | nil,
  filterCriteria: GoogleApi.Sheets.V4.Model.FilterCriteria.t() | nil,
  horizontalAlignment: String.t() | nil,
  textFormat: GoogleApi.Sheets.V4.Model.TextFormat.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.