Name | Type | Description | Notes |
---|---|---|---|
is | Array<String> | Will return records only for the first value in the array. | [optional] |
is_not | Array<String> | Will return records only for the first value in the array. | [optional] |
_in | Array<String> | Will return records for the values in the array. | [optional] |
not_in | Array<String> | Will return records for the values in the array. | [optional] |