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

The execution status of refreshing one data source object.

Attributes

  • dataExecutionStatus (type: GoogleApi.Sheets.V4.Model.DataExecutionStatus.t, default: nil) - The data execution status.
  • reference (type: GoogleApi.Sheets.V4.Model.DataSourceObjectReference.t, default: nil) - Reference to a data source object being refreshed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.RefreshDataSourceObjectExecutionStatus{
  dataExecutionStatus: GoogleApi.Sheets.V4.Model.DataExecutionStatus.t() | nil,
  reference: GoogleApi.Sheets.V4.Model.DataSourceObjectReference.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.