exclusions property

List<TargetingValue>? exclusions
getter/setter pair

The list of values to exclude from targeting.

Each value is AND'd together.

Implementation

core.List<TargetingValue>? exclusions;