View Source GoogleApi.Sheets.V4.Model.DataSourceObjectReference (google_api_sheets v0.34.0)
Reference to a data source object.
Attributes
-
chartId
(type:integer()
, default:nil
) - References to a data source chart. -
dataSourceFormulaCell
(type:GoogleApi.Sheets.V4.Model.GridCoordinate.t
, default:nil
) - References to a cell containing DataSourceFormula. -
dataSourcePivotTableAnchorCell
(type:GoogleApi.Sheets.V4.Model.GridCoordinate.t
, default:nil
) - References to a data source PivotTable anchored at the cell. -
dataSourceTableAnchorCell
(type:GoogleApi.Sheets.V4.Model.GridCoordinate.t
, default:nil
) - References to a DataSourceTable anchored at the cell. -
sheetId
(type:String.t
, default:nil
) - References to a DATA_SOURCE sheet.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceObjectReference{ chartId: integer() | nil, dataSourceFormulaCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t() | nil, dataSourcePivotTableAnchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t() | nil, dataSourceTableAnchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t() | nil, sheetId: String.t() | nil }