GoogleApi.Sheets.V4.Model.RefreshDataSourceRequest (google_api_sheets v0.28.0) View Source
Refreshes one or multiple data source objects in the spreadsheet by the specified references. The request requires an additional bigquery.readonly
OAuth scope. If there are multiple refresh requests referencing the same data source objects in one batch, only the last refresh request is processed, and all those requests will have the same response accordingly.
Attributes
-
dataSourceId
(type:String.t
, default:nil
) - Reference to a DataSource. If specified, refreshes all associated data source objects for the data source. -
force
(type:boolean()
, default:nil
) - Refreshes the data source objects regardless of the current state. If not set and a referenced data source object was in error state, the refresh will fail immediately. -
isAll
(type:boolean()
, default:nil
) - Refreshes all existing data source objects in the spreadsheet. -
references
(type:GoogleApi.Sheets.V4.Model.DataSourceObjectReferences.t
, default:nil
) - References to data source objects to refresh.
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.RefreshDataSourceRequest{ dataSourceId: String.t() | nil, force: boolean() | nil, isAll: boolean() | nil, references: GoogleApi.Sheets.V4.Model.DataSourceObjectReferences.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.