targetingMode property
How the items in this list should be targeted. Possible string values are:
- "TARGETING_MODE_UNSPECIFIED" : Placeholder for undefined targeting mode.
- "INCLUSIVE" : The inclusive list type. Inventory must match an item in this list to be targeted.
- "EXCLUSIVE" : The exclusive list type. Inventory must not match any item in this list to be targeted.
Implementation
core.String? targetingMode;