Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 489 Bytes

PromotionFilterCondition.md

File metadata and controls

18 lines (12 loc) · 489 Bytes

SajariAPIClient::PromotionFilterCondition

Properties

Name Type Description Notes
filter Array<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]

Example

require 'sdk_ruby'

instance = SajariAPIClient::PromotionFilterCondition.new(
  filter: null
)