Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 647 Bytes

CatalogQuerySet.md

File metadata and controls

10 lines (7 loc) · 647 Bytes

CatalogQuerySet

Properties

Name Type Description Notes
AttributeName string The name of the attribute to be searched. Matching of the attribute name is exact. [default to null]
AttributeValues []string The desired values of the search attribute. Matching of the attribute values is exact and case insensitive. A maximum of 250 values may be searched in a request. [default to null]

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