environment property

String? environment
getter/setter pair

Describe whether the function is 1st Gen or 2nd Gen. Possible string values are:

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

Implementation

core.String? environment;