continent property

String? continent
getter/setter pair

Continent for this location, which can take one of the following values:

  • AFRICA
  • ASIA_PAC
  • EUROPE
  • NORTH_AMERICA
  • SOUTH_AMERICA

Output only. Possible string values are:

  • "AFRICA"
  • "ASIA_PAC"
  • "EUROPE"
  • "NORTH_AMERICA"
  • "SOUTH_AMERICA"

Implementation

core.String? continent;