ApprovalResponse

data class ApprovalResponse(val interruptId: String, val status: InterruptAwaiter.ApprovalResponse.Status, val payload: JsonObject? = null)

Constructors

Link copied to clipboard
constructor(interruptId: String, status: InterruptAwaiter.ApprovalResponse.Status, payload: JsonObject? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val payload: JsonObject?