# SwaggerClient::SearchCriteria ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **filters** | [**Array<SwaggerSearchCriteriaFilter>**](SwaggerSearchCriteriaFilter.md) | Filters used to match assets. See <a href=\"#section/Responses/SearchCriteria\">Search Criteria</a> for more information on the structure and format. | [optional] **match** | **String** | 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]