Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 745 Bytes

Filter.md

File metadata and controls

12 lines (9 loc) · 745 Bytes

# Filter

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.

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