Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 809 Bytes

SwaggerSearchCriteriaFilter.md

File metadata and controls

15 lines (11 loc) · 809 Bytes

SwaggerSearchCriteriaFilter

Properties

Name Type Description Notes
field str The filter field for the search criteria. [optional]
lower str The lower value to match in a range criteria. [optional]
operator str The operator on how to match the search criteria. [optional]
upper str The upper value to match in a range criteria. [optional]
value str The single value to match using the operator. [optional]
values list[str] An array of values to match using the operator. [optional]

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