state property
The current state of the deployment. Possible string values are:
- "STATE_UNSPECIFIED" : State unspecified.
- "RUNNING" : The deployment is running.
- "SUCCEEDED" : The deployment succeeded.
- "FAILED" : The deployment failed.
Implementation
core.String? state;