item property

List<GeoPolicyItem>? item
getter/setter pair

The primary geo routing configuration.

If there are multiple items with the same location, an error is returned instead.

Implementation

core.List<GeoPolicyItem>? item;