Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 906 Bytes

Filter.md

File metadata and controls

15 lines (10 loc) · 906 Bytes

Filter

Properties

Name Type Description Notes
field str Name of the field to use as the first operand in the filter expression.
relation str Operator of a filter expression.
key str If field is tag, this field is required to specify key inside the tags. [optional]
value str 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]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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