Class SearchResponse
Represents the greek search response
public class SearchResponse
- Inheritance
-
SearchResponse
- Inherited Members
Constructors
SearchResponse()
public SearchResponse()
Properties
Diagnostics
Diagnostics about the search
public Diagnostics Diagnostics { get; set; }
Property Value
Facets
The facets, if requested
public ICollection<Facet> Facets { get; set; }
Property Value
Result
The greek results
public ICollection<UnderlyingGreek> Result { get; set; }
Property Value
- ICollection<UnderlyingGreek>
Status
The status of the search request
public Status Status { get; set; }