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

The status of a refresh cancellation. You can send a cancel request to explicitly cancel one or multiple data source object refreshes.

Attributes

  • errorCode (type: String.t, default: nil) - The error code.
  • state (type: String.t, default: nil) - The state of a call to cancel a refresh in Sheets.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.RefreshCancellationStatus{
  errorCode: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.