View Source GoogleApi.Sheets.V4.Model.DataSourceChartProperties (google_api_sheets v0.34.0)
Properties of a data source chart.
Attributes
-
dataExecutionStatus
(type:GoogleApi.Sheets.V4.Model.DataExecutionStatus.t
, default:nil
) - Output only. The data execution status. -
dataSourceId
(type:String.t
, default:nil
) - ID of the data source that the chart is associated with.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceChartProperties{ dataExecutionStatus: GoogleApi.Sheets.V4.Model.DataExecutionStatus.t() | nil, dataSourceId: String.t() | nil }