GoogleApi.Sheets.V4.Model.RefreshDataSourceRequest (google_api_sheets v0.25.2) 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(),
  force: boolean(),
  isAll: boolean(),
  references: GoogleApi.Sheets.V4.Model.DataSourceObjectReferences.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.