Approval Response
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)