google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.AutoResizeDimensionsRequest View Source

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

Attributes

  • dimensions (DimensionRange): The dimensions to automatically resize. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.AutoResizeDimensionsRequest{
  dimensions: GoogleApi.Sheets.V4.Model.DimensionRange.t()
}