View Source GoogleApi.Batch.V1.Model.TaskGroupStatus (google_api_batch v0.6.1)

Aggregated task status for a TaskGroup.

Attributes

  • counts (type: map(), default: nil) - Count of task in each state in the TaskGroup. The map key is task state name.
  • instances (type: list(GoogleApi.Batch.V1.Model.InstanceStatus.t), default: nil) - Status of instances allocated for the TaskGroup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.TaskGroupStatus{
  counts: map() | nil,
  instances: [GoogleApi.Batch.V1.Model.InstanceStatus.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.