google_api_cloud_tasks v0.12.0 GoogleApi.CloudTasks.V2.Model.Attempt View Source

The status of a task attempt.

Attributes

  • dispatchTime (type: DateTime.t, default: nil) - Output only. The time that this attempt was dispatched.

    dispatch_time will be truncated to the nearest microsecond.

  • responseStatus (type: GoogleApi.CloudTasks.V2.Model.Status.t, default: nil) - Output only. The response from the worker for this attempt.

    If response_time is unset, then the task has not been attempted or is currently running and the response_status field is meaningless.

  • responseTime (type: DateTime.t, default: nil) - Output only. The time that this attempt response was received.

    response_time will be truncated to the nearest microsecond.

  • scheduleTime (type: DateTime.t, default: nil) - Output only. The time that this attempt was scheduled.

    schedule_time will be truncated to the nearest microsecond.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudTasks.V2.Model.Attempt{
  dispatchTime: DateTime.t(),
  responseStatus: GoogleApi.CloudTasks.V2.Model.Status.t(),
  responseTime: DateTime.t(),
  scheduleTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.