google_api_sheets v0.21.2 GoogleApi.Sheets.V4.Model.DimensionProperties View Source

Properties about a dimension.

Attributes

  • developerMetadata (type: list(GoogleApi.Sheets.V4.Model.DeveloperMetadata.t), default: nil) - The developer metadata associated with a single row or column.
  • hiddenByFilter (type: boolean(), default: nil) - True if this dimension is being filtered. This field is read-only.
  • hiddenByUser (type: boolean(), default: nil) - True if this dimension is explicitly hidden.
  • pixelSize (type: integer(), default: nil) - The height (if a row) or width (if a column) of the dimension in pixels.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Sheets.V4.Model.DimensionProperties{
  developerMetadata: [GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()],
  hiddenByFilter: boolean(),
  hiddenByUser: boolean(),
  pixelSize: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.