MessageResponse

data class MessageResponse(val newJobState: String, val newTaskState: String, val type: String)

Message details. Describe the attribute that a message should have. Without specified message attributes, no message will be sent by default.

Constructors

Link copied to clipboard
fun MessageResponse(newJobState: String, newTaskState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The new job state.

Link copied to clipboard

The new task state.

Link copied to clipboard

The message type.