state property

String? state
getter/setter pair

The state of this build's approval.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default enum type. This should not be used.
  • "PENDING" : Build approval is pending.
  • "APPROVED" : Build approval has been approved.
  • "REJECTED" : Build approval has been rejected.
  • "CANCELLED" : Build was cancelled while it was still pending approval.

Implementation

core.String? state;