environment property
The environment of the runtime. Possible string values are:
- "ENVIRONMENT_UNSPECIFIED" : Default value.
- "STANDARD" : App Engine Standard.
- "FLEXIBLE" : App Engine Flexible
Implementation
core.String? environment;
The environment of the runtime. Possible string values are:
core.String? environment;