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
@type t() :: %GoogleApi.Sheets.V4.Model.CancelDataSourceRefreshStatus{ reference: GoogleApi.Sheets.V4.Model.DataSourceObjectReference.t() | nil, refreshCancellationStatus: GoogleApi.Sheets.V4.Model.RefreshCancellationStatus.t() | nil }