google_api_sheets v0.20.0 GoogleApi.Sheets.V4.Model.UpdateSlicerSpecRequest View Source
Updates a slicer's specifications. (This does not move or resize a slicer. To move or resize a slicer use UpdateEmbeddedObjectPositionRequest.
Attributes
fields
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootSlicerSpec
is implied and should not be specified. A single "*"` can be used as short-hand for listing every field.slicerId
(type:integer()
, default:nil
) - The id of the slicer to update.spec
(type:GoogleApi.Sheets.V4.Model.SlicerSpec.t
, default:nil
) - The specification to apply to the slicer.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Sheets.V4.Model.UpdateSlicerSpecRequest{ fields: String.t(), slicerId: integer(), spec: GoogleApi.Sheets.V4.Model.SlicerSpec.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.