GoogleApi.Sheets.V4.Model.DataSourceSheetDimensionRange (google_api_sheets v0.25.2) View Source

A range along a single dimension on a DATA_SOURCE sheet.

Attributes

  • columnReferences (type: list(GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t), default: nil) - The columns on the data source sheet.
  • sheetId (type: integer(), default: nil) - The ID of the data source sheet the range is on.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.DataSourceSheetDimensionRange{
  columnReferences: [GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t()],
  sheetId: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.