Attempt Status Response
data class AttemptStatusResponse(val dispatchTime: String, val responseStatus: StatusResponse, val responseTime: String, val scheduleTime: String)
The status of a task attempt.
Constructors
Link copied to clipboard
constructor(dispatchTime: String, responseStatus: StatusResponse, responseTime: String, scheduleTime: String)
Properties
Link copied to clipboard
The time that this attempt was dispatched. dispatch_time
will be truncated to the nearest microsecond.
Link copied to clipboard
The response from the target for this attempt. If the task has not been attempted or the task is currently running then the response status is unset.
Link copied to clipboard
The time that this attempt response was received. response_time
will be truncated to the nearest microsecond.
Link copied to clipboard
The time that this attempt was scheduled. schedule_time
will be truncated to the nearest microsecond.