Class SearchResponse
Represents a product search response
public class SearchResponse
- Inheritance
-
SearchResponse
- Derived
- Inherited Members
Constructors
SearchResponse()
public SearchResponse()
Properties
Diagnostics
Diagnostics about the search
public Diagnostics Diagnostics { get; set; }
Property Value
Result
The product results
public ProductResult Result { get; set; }
Property Value
SearchIdentifier
The search identifier
public string SearchIdentifier { get; set; }
Property Value
Status
The status of the search request
public Status Status { get; set; }