Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.02 KB

FilterConditionsString.md

File metadata and controls

16 lines (13 loc) · 1.02 KB

# FilterConditionsString

Properties

Name Type Description Notes
in string[] Array of resource values that should be included in the results (multiple values). [optional]
notIn 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]
isNot string Results omit this value (single value). [optional]
hasValue string Value is NOT null. The value for this parameter is an empty string. [optional]
isUnknown string Value is null. The value for this parameter is an empty string. [optional]
startsWith string Value starts with the specified string. [optional]
endsWith string Value ends with the specified string. [optional]

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