CancelTaskResponse

@Serializable
data class CancelTaskResponse(val taskId: String, val status: CancelTaskStatus)

Response from a task cancellation request.

Constructors

Link copied to clipboard
constructor(taskId: String, status: CancelTaskStatus)

Properties

Link copied to clipboard

The result of the cancellation request.

Link copied to clipboard

The task ID.