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

The response from refreshing one or multiple data source objects.

Attributes

  • statuses (type: list(GoogleApi.Sheets.V4.Model.RefreshDataSourceObjectExecutionStatus.t), default: nil) - All the refresh status for the data source object references specified in the request. If is_all is specified, the field contains only those in failure status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.