View Source GoogleApi.Batch.V1.Model.StatusEvent (google_api_batch v0.3.0)

Status event.

Attributes

  • description (type: String.t, default: nil) - Description of the event.
  • eventTime (type: DateTime.t, default: nil) - The time this event occurred.
  • taskExecution (type: GoogleApi.Batch.V1.Model.TaskExecution.t, default: nil) - Task Execution. This field is only defined for task-level status events where the task fails.
  • taskState (type: String.t, default: nil) - Task State. This field is only defined for task-level status events.
  • type (type: String.t, default: nil) - Type of the event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.StatusEvent{
  description: String.t() | nil,
  eventTime: DateTime.t() | nil,
  taskExecution: GoogleApi.Batch.V1.Model.TaskExecution.t() | nil,
  taskState: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.