Data filters used to narrow down the data records to be returned in the result.
Name | Type | Description | Notes |
---|---|---|---|
var_is | List[str] | Will return records only for the first value in the array. | [optional] |
is_not | List[str] | Will return records only for the first value in the array. | [optional] |
var_in | List[str] | Will return records for the values in the array. | [optional] |
not_in | List[str] | Will return records for the values in the array. | [optional] |