approvalState property
Approval state of the Rollout.
Output only. Possible string values are:
- "APPROVAL_STATE_UNSPECIFIED" : The Rollouthas an unspecified approval state.
- "NEEDS_APPROVAL" : The Rolloutrequires approval.
- "DOES_NOT_NEED_APPROVAL" : The Rolloutdoes not require approval.
- "APPROVED" : The Rollouthas been approved.
- "REJECTED" : The Rollouthas been rejected.
Implementation
core.String? approvalState;