google_api_sheets v0.24.1 GoogleApi.Sheets.V4.Model.Slicer View Source

A slicer in a sheet.

Attributes

  • position (type: GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition.t, default: nil) - The position of the slicer. Note that slicer can be positioned only on existing sheet. Also, width and height of slicer can be automatically adjusted to keep it within permitted limits.
  • slicerId (type: integer(), default: nil) - The ID of the slicer.
  • spec (type: GoogleApi.Sheets.V4.Model.SlicerSpec.t, default: nil) - The specification of the slicer.

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.Slicer{
  position: GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition.t(),
  slicerId: integer(),
  spec: GoogleApi.Sheets.V4.Model.SlicerSpec.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.