StatusEventResponse

data class StatusEventResponse(val description: String, val eventTime: String, val taskExecution: TaskExecutionResponse, val taskState: String, val type: String)

Status event

Constructors

Link copied to clipboard
constructor(description: String, eventTime: String, taskExecution: TaskExecutionResponse, taskState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the event.

Link copied to clipboard

The time this event occurred.

Link copied to clipboard
Link copied to clipboard

Task State

Link copied to clipboard

Type of the event.