Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 657 Bytes

PromotionFilterCondition.md

File metadata and controls

11 lines (7 loc) · 657 Bytes

Com.Sajari.Sdk.Model.PromotionFilterCondition

A set of filters of the form field = 'value'. Matches a query if all filters are present in that query.

Properties

Name Type Description Notes
Filter List<string> A filter of the form `field = 'value'`. All of these filters must be present in a query's filter in order for the promotion to be considered active. [optional]

[Back to Model list] [Back to API list] [Back to README]