Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.03 KB

AddingCriteriaToSegmentsRequest.md

File metadata and controls

14 lines (10 loc) · 1.03 KB

AddingCriteriaToSegmentsRequest

Properties

Name Type Description Notes
Field string The field of the criterion to filter the mailing list by. This must be one of the following values. [default to null]
Value string A search term to filter the specified field by. [default to null]
Comparer string An operator that defines the way to compare a criterion field with its value. This must be one of the following values. If not specified, `Is` will be assumed. [optional] [default to null]
DateFrom string Provides an additional filter option to be combined with the following fields. [optional] [default to null]
DateTo string Provides an additional filter option to be combined with the following fields. [optional] [default to null]

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