type property
Environment Type.
Required. Possible string values are:
- "TYPE_UNSPECIFIED" : Unspecified type.
- "PRODUCTION" : Production environment.
- "STAGING" : Staging environment.
- "TEST" : Test environment.
- "DEVELOPMENT" : Development environment.
Implementation
core.String? type;