productApplicability property
Applicability of the promotion to either all products or only specific products.
Exactly one of product_applicability or event_applicability must be
set.
Optional. Possible string values are:
- "PRODUCT_APPLICABILITY_UNSPECIFIED" : Which products the promotion applies to is unknown.
- "ALL_PRODUCTS" : Applicable to all products.
- "SPECIFIC_PRODUCTS" : Applicable to only a single product or list of products.
Implementation
core.String? productApplicability;