Class RawSearchResponse
Represents a product search response
public class RawSearchResponse
- Inheritance
-
RawSearchResponse
- Inherited Members
Constructors
RawSearchResponse()
public RawSearchResponse()
Properties
Result
The nest search response
public ElasticsearchResponse<Product> Result { get; set; }
Property Value
Status
The status of the search request
public Status Status { get; set; }