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

Latest commit

 

History

History
11 lines (7 loc) · 807 Bytes

SearchCriteria.md

File metadata and controls

11 lines (7 loc) · 807 Bytes

SearchCriteria

Properties

Name Type Description Notes
filters list[SwaggerSearchCriteriaFilter] Filters used to match assets. See <a href=&quot;#section/Responses/SearchCriteria&quot;>Search Criteria</a> for more information on the structure and format. [optional]
match str Operator to determine how to match filters. `all` requires that all filters match for an asset to be included. `any` requires only one filter to match for an asset to be included. [optional]

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