Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 590 Bytes

File metadata and controls

12 lines (8 loc) · 590 Bytes

HubSpot.NET.Model.ProductSearchResponse

A response to a search for products.

Properties

Name Type Description Notes
Result string Designates if the response is a success ('OK') or failure ('ERR'). [optional]
Products List<Product> The list of products that matched the search criteria.

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