Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1008 Bytes

FilterExpressions.md

File metadata and controls

14 lines (10 loc) · 1008 Bytes

OneSignalApi.Model.FilterExpressions

Properties

Name Type Description Notes
Field string Name of the field to use as the first operand in the filter expression.
Key string If `field` is `tag`, this field is required to specify `key` inside the tags. [optional]
Value string Constant value to use as the second operand in the filter expression. This value is required when the relation operator is a binary operator. [optional]
Relation string Operator of a filter expression.
Operator string Strictly, this must be either `"OR"`, or `"AND"`. It can be used to compose Filters as part of a Filters object. [optional]

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