cities property

List<City>? cities
getter/setter pair

Cities to be targeted.

For each city only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting a city, do not target or exclude the country of the city, and do not target the metro or region of the city.

Implementation

core.List<City>? cities;