locations property

List<LocationIdSet>? locations
getter/setter pair

A list of location ID sets.

Must be non-empty. Can only be set if all other fields are not set.

Implementation

core.List<LocationIdSet>? locations;