GoogleApi.Sheets.V4.Model.UpdateSlicerSpecRequest (google_api_sheets v0.35.0)
View SourceUpdates 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 rootSlicerSpecis 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.UpdateSlicerSpecRequest{ fields: String.t() | nil, slicerId: integer() | nil, spec: GoogleApi.Sheets.V4.Model.SlicerSpec.t() | nil }