GoogleApi.Sheets.V4.Model.DataSourceObjectReference (google_api_sheets v0.25.2) View Source
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.
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.DataSourceObjectReference{ chartId: integer(), dataSourceFormulaCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t(), dataSourcePivotTableAnchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t(), dataSourceTableAnchorCell: GoogleApi.Sheets.V4.Model.GridCoordinate.t(), sheetId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.