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

Deletes the dimensions from the sheet.

Attributes

  • range (type: GoogleApi.Sheets.V4.Model.DimensionRange.t, default: nil) - The dimensions to delete from the sheet.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DeleteDimensionRequest{
  range: GoogleApi.Sheets.V4.Model.DimensionRange.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.