| 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 | Boolean | Describing whether the filter is negated or not: color that is NOT red. | |
| type | Object | Determine which field we need to use - value if 'TEXTUAL' type or numberValue if 'NUMERIC' type. |