environmentType property

String? environmentType
getter/setter pair

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;