Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 699 Bytes

ValueFilter.md

File metadata and controls

14 lines (10 loc) · 699 Bytes

ValueFilter

Properties

Name Type Description Notes
field String Field the value applies to.
value String Value to filter on.
numberValue Double Numeric value to filter on.
exclude Bool Describing whether the filter is negated or not: color that is NOT red.
type AnyCodable Determine which field we need to use - value if 'TEXTUAL' type or numberValue if 'NUMERIC' type.

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