approvalRequired property

bool? approvalRequired
getter/setter pair

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.

Implementation

core.bool? approvalRequired;