Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1.03 KB

FilterConditionsString.md

File metadata and controls

16 lines (13 loc) · 1.03 KB

# FilterConditionsString

Properties

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

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