View Source GoogleApi.Batch.V1.Model.TaskStatus (google_api_batch v0.4.0)

Status of a task.

Attributes

  • state (type: String.t, default: nil) - Task state.
  • statusEvents (type: list(GoogleApi.Batch.V1.Model.StatusEvent.t), default: nil) - Detailed info about why the state is reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.TaskStatus{
  state: String.t() | nil,
  statusEvents: [GoogleApi.Batch.V1.Model.StatusEvent.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.