environment property

String? environment
getter/setter pair

Describe whether the function is gen1 or gen2. Possible string values are:

  • "ENVIRONMENT_UNSPECIFIED" : Unspecified
  • "GEN_1" : Gen 1
  • "GEN_2" : Gen 2

Implementation

core.String? environment;