Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.14 KB

FilterConditionsString.md

File metadata and controls

20 lines (14 loc) · 1.14 KB

FilterConditionsString

Data filters used to narrow down the data records to be returned in the result.

Properties

Name Type Description Notes
var_in List[str] Array of resource values that should be included in the results (multiple values). [optional]
not_in List[str] Array of resource values that should be included in the results (multiple values). [optional]
var_is str Value is exactly this value (single value). [optional]
is_not str Results omit this value (single value). [optional]
has_value str Value is NOT null. The value for this parameter is an empty string. [optional]
is_unknown str Value is null. The value for this parameter is an empty string. [optional]
starts_with str Value starts with the specified string. [optional]
ends_with str Value ends with the specified string. [optional]

[Back to Model list] [Back to API list] [Back to README]