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"
  • "C_AFRICA"
  • "C_ASIA_PAC"
  • "C_EUROPE"
  • "C_NORTH_AMERICA"
  • "C_SOUTH_AMERICA"
  • "EUROPE"
  • "NORTH_AMERICA"
  • "SOUTH_AMERICA"

Implementation

core.String? continent;