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

Latest commit

 

History

History
15 lines (11 loc) · 830 Bytes

SwaggerDiscoverySearchCriteriaFilter.md

File metadata and controls

15 lines (11 loc) · 830 Bytes

SwaggerDiscoverySearchCriteriaFilter

Properties

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

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