Represents an individual condition within a Filter. Each condition consists of a field, an
operator and a value.
| Name | Type | Description | |
|---|---|---|---|
| field | String |
The field for this condition. |
|
| operator | String |
The operator for this condition. Accepted values are a subset of |
|
| value | String |
The value for this condition. The type of value is dependent on the combination
of the |