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

Automatically resizes one or more dimensions based on the contents of the cells in that dimension.

Attributes

  • dataSourceSheetDimensions (type: GoogleApi.Sheets.V4.Model.DataSourceSheetDimensionRange.t, default: nil) - The dimensions on a data source sheet to automatically resize.
  • dimensions (type: GoogleApi.Sheets.V4.Model.DimensionRange.t, default: nil) - The dimensions to automatically resize.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.AutoResizeDimensionsRequest{
  dataSourceSheetDimensions:
    GoogleApi.Sheets.V4.Model.DataSourceSheetDimensionRange.t() | nil,
  dimensions: 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.