View Source GoogleApi.Sheets.V4.Model.CancelDataSourceRefreshRequest (google_api_sheets v0.34.0)

Cancels one or multiple refreshes of data source objects in the spreadsheet by the specified references. The request requires an additional bigquery.readonly OAuth scope if you are cancelling a refresh on a BigQuery data source.

Attributes

  • dataSourceId (type: String.t, default: nil) - Reference to a DataSource. If specified, cancels all associated data source object refreshes for this data source.
  • isAll (type: boolean(), default: nil) - Cancels all existing data source object refreshes for all data sources in the spreadsheet.
  • references (type: GoogleApi.Sheets.V4.Model.DataSourceObjectReferences.t, default: nil) - References to data source objects whose refreshes are to be cancelled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.CancelDataSourceRefreshRequest{
  dataSourceId: String.t() | nil,
  isAll: boolean() | nil,
  references: GoogleApi.Sheets.V4.Model.DataSourceObjectReferences.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.