View Source GoogleApi.Sheets.V4.Model.DataSourceSheetDimensionRange (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceSheetDimensionRange{ columnReferences: [GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t()] | nil, sheetId: integer() | nil }