Name | Type | Description | Notes |
---|---|---|---|
is | string[] | Will return records only for the first value in the array. | [optional] |
isNot | string[] | Will return records only for the first value in the array. | [optional] |
in | string[] | Will return records for the values in the array. | [optional] |
notIn | string[] | Will return records for the values in the array. | [optional] |