countryCode property

String? countryCode
getter/setter pair

Specifies the country/region where the query originated, as a lowercase ISO 3166-1 alpha-2 region code (using 'uk' instead of 'gb' for the United Kingdom).

Optional.

Implementation

core.String? countryCode;