environmentType property
Deployment environment.
Required. Possible string values are:
- "ENVIRONMENT_TYPE_UNSPECIFIED" : Unspecified environment type.
- "NON_PRODUCTION" : Non-production environment type.
- "PRODUCTION" : Production environment type.
Implementation
core.String? environmentType;