Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.46 KB

File metadata and controls

17 lines (13 loc) · 1.46 KB

OneSignalApi.Model.Filter

Properties

Name Type Description Notes
Field string Required. Name of the field to use as the first operand in the filter expression. [optional]
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]
HoursAgo string If `field` is session-related, this is required to specify the number of hours before or after the user's session. [optional]
Radius decimal If `field` is `location`, this will specify the radius in meters from a provided location point. Use with `lat` and `long`. [optional]
Lat decimal If `field` is `location`, this is required to specify the user's latitude. [optional]
Long decimal If `field` is `location`, this is required to specify the user's longitude. [optional]
Relation string Required. Operator of a filter expression. [optional]

[Back to API list] [Back to README]