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

Properties about a dimension.

Attributes

  • dataSourceColumnReference (type: GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t, default: nil) - Output only. If set, this is a column in a data source sheet.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DimensionProperties{
  dataSourceColumnReference:
    GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t() | nil,
  developerMetadata: [GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()] | nil,
  hiddenByFilter: boolean() | nil,
  hiddenByUser: boolean() | nil,
  pixelSize: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.