inclusions property

List<TargetingValue>? inclusions
getter/setter pair

The list of value to include as part of the targeting.

Each value is OR'd together.

Implementation

core.List<TargetingValue>? inclusions;