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

The status of cancelling a single data source object refresh.

Attributes

  • reference (type: GoogleApi.Sheets.V4.Model.DataSourceObjectReference.t, default: nil) - Reference to the data source object whose refresh is being cancelled.
  • refreshCancellationStatus (type: GoogleApi.Sheets.V4.Model.RefreshCancellationStatus.t, default: nil) - The cancellation status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.CancelDataSourceRefreshStatus{
  reference: GoogleApi.Sheets.V4.Model.DataSourceObjectReference.t() | nil,
  refreshCancellationStatus:
    GoogleApi.Sheets.V4.Model.RefreshCancellationStatus.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.