environment property

String? environment
getter/setter pair

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;