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

The response from cancelling one or multiple data source object refreshes.

Attributes

  • statuses (type: list(GoogleApi.Sheets.V4.Model.CancelDataSourceRefreshStatus.t), default: nil) - The cancellation statuses of refreshes of all data source objects specified in the request. If is_all is specified, the field contains only those in failure status. Refreshing and canceling refresh the same data source object is also not allowed in the same batchUpdate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.CancelDataSourceRefreshResponse{
  statuses: [GoogleApi.Sheets.V4.Model.CancelDataSourceRefreshStatus.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.