includedRegionCodes property
Only include results in the specified regions, specified as up to 15 CLDR two-character region codes.
An empty set will not restrict the results. If both location_restriction
and included_region_codes
are set, the results will be located in the
area of intersection.
Optional.
Implementation
core.List<core.String>? includedRegionCodes;