GoogleApi.Sheets.V4.Model.Slicer (google_api_sheets v0.28.1) 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() | nil, slicerId: integer() | nil, spec: GoogleApi.Sheets.V4.Model.SlicerSpec.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.