Class specifying a filtering operation
Name | Type | Description | Notes |
---|---|---|---|
left | String | Address for the value in the row | [optional] |
operator | String | What sort of comparison is the filter performing. Can be either "eq" for equals or "neq" for not equals. | [optional] |
right | ResultValue | [optional] |