Build Approval Response
data class BuildApprovalResponse(val config: ApprovalConfigResponse, val result: ApprovalResultResponse, val state: String)
BuildApproval describes a build's approval configuration, state, and result.
Constructors
Link copied to clipboard
fun BuildApprovalResponse(config: ApprovalConfigResponse, result: ApprovalResultResponse, state: String)