state property

String? state
getter/setter pair

Deployment state on this member Possible string values are:

  • "DEPLOYMENT_STATE_UNSPECIFIED" : Unspecified state
  • "OK" : deployment succeeds
  • "ERROR" : Failure with error.

Implementation

core.String? state;