GoogleApi.Sheets.V4.Model.UpdateSlicerSpecRequest (google_api_sheets v0.25.2) 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 root SlicerSpec 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

Specs

t() :: %GoogleApi.Sheets.V4.Model.UpdateSlicerSpecRequest{
  fields: String.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.