View Source GoogleApi.CloudTasks.V2beta2.Model.TaskStatus (google_api_cloud_tasks v0.19.0)

Status of the task.

Attributes

  • attemptDispatchCount (type: integer(), default: nil) - Output only. The number of attempts dispatched. This count includes attempts which have been dispatched but haven't received a response.
  • attemptResponseCount (type: integer(), default: nil) - Output only. The number of attempts which have received a response. This field is not calculated for pull tasks.
  • firstAttemptStatus (type: GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t, default: nil) - Output only. The status of the task's first attempt. Only dispatch_time will be set. The other AttemptStatus information is not retained by Cloud Tasks. This field is not calculated for pull tasks.
  • lastAttemptStatus (type: GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t, default: nil) - Output only. The status of the task's last attempt. This field is not calculated for pull tasks.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudTasks.V2beta2.Model.TaskStatus{
  attemptDispatchCount: integer() | nil,
  attemptResponseCount: integer() | nil,
  firstAttemptStatus:
    GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t() | nil,
  lastAttemptStatus: GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.