countries property

List<Country>? countries
getter/setter pair

Countries to be targeted or excluded from targeting, depending on the setting of the excludeCountries field.

For each country only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting or excluding a country, do not target regions, cities, metros, or postal codes in the same country.

Implementation

core.List<Country>? countries;