Name | Type | Description | Notes |
---|---|---|---|
field | str | The filter field for the search criteria. | [optional] |
lower | object | The lower value to match in a range criteria. | [optional] |
operator | str | The operator on how to match the search criteria. | [optional] |
upper | object | The upper value to match in a range criteria. | [optional] |
value | object | The single value to match using the operator. | [optional] |
values | list[object] | An array of values to match using the operator. | [optional] |
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.