regions property

List<Region>? regions
getter/setter pair

Regions to be targeted.

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

Implementation

core.List<Region>? regions;