locationIds property

List<String>? locationIds
getter/setter pair

A non-empty list of location IDs.

They must all be of the same location type (for example, state).

Implementation

core.List<core.String>? locationIds;