ApprovalConfigResponse

data class ApprovalConfigResponse(val approvalRequired: Boolean)

ApprovalConfig describes configuration for manual approval of a build.

Constructors

Link copied to clipboard
fun ApprovalConfigResponse(approvalRequired: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.