plannableLocationIds property

List<String>? plannableLocationIds
getter/setter pair

The list of plannable location IDs to target with this forecast.

If more than one ID is provided, all IDs must have the same parent_country_id. Planning for more than parent_county is not supported. Plannable location IDs and their parent_country_id can be obtained from ReachPlanService.ListPlannableLocations. Requests must set either this field or plannable_location_id.

Implementation

core.List<core.String>? plannableLocationIds;