Attempt Response
data class AttemptResponse(val dispatchTime: String, val responseStatus: StatusResponse, val responseTime: String, val scheduleTime: String)
The status of a task attempt.
Constructors
Link copied to clipboard
fun AttemptResponse(dispatchTime: String, responseStatus: StatusResponse, responseTime: String, scheduleTime: String)