Name | Type | Description | Notes |
---|---|---|---|
field | str | The filter field for the search criteria. | [optional] |
lower | str | The lower value to match in a range criteria. | [optional] |
operator | str | The operator on how to match the search criteria. | [optional] |
upper | str | The upper value to match in a range criteria. | [optional] |
value | str | The single value to match using the operator. | [optional] |
values | list[str] | An array of values to match using the operator. | [optional] |