Data filters used to narrow down the data records to be returned in the result.
Name | Type | Description | Notes |
---|---|---|---|
var_in | List[str] | Array of the resource values that should be included in the results. | [optional] |
not_in | List[str] | Array of the resource values that should be included in the results. | [optional] |
var_is | str | Specify the exact resource value. | [optional] |
is_not | str | Results should omit this value. | [optional] |