Class CreateProductSearch
Represents a model for the initiation of a product search
public sealed class CreateProductSearch : ProductSearchBase
- Inheritance
-
CreateProductSearch
- Inherited Members
Constructors
CreateProductSearch()
public CreateProductSearch()
Properties
AttributeOptions
The options for attributes (facets)
public FacetOptions AttributeOptions { get; set; }
Property Value
Reference
An optional reference number to help with hash uniqueness
public long? Reference { get; set; }
Property Value
- long?
Request
The product search request
public ProductSearchRequest Request { get; set; }
Property Value
SearchType
The type of search to perform
public SearchType SearchType { get; set; }