countryCode property

String? countryCode
getter/setter pair

Upper-case, two-letter country code as defined by ISO-3166.

This for refining the scope of the query, default to 'US' if not set.

Implementation

core.String? countryCode;