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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.Slicer{
  position: GoogleApi.Sheets.V4.Model.EmbeddedObjectPosition.t() | nil,
  slicerId: integer() | nil,
  spec: GoogleApi.Sheets.V4.Model.SlicerSpec.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.