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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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