Class SearchResponse
Represents the greek search response
Constructors
SearchResponse()
Declaration
public SearchResponse()
Properties
Diagnostics
Diagnostics about the search
Declaration
public Diagnostics Diagnostics { get; set; }
Property Value
Type | Description |
---|---|
Diagnostics |
Facets
The facets, if requested
Declaration
public ICollection<Facet> Facets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Facet> |
Result
The greek results
Declaration
public ICollection<UnderlyingGreek> Result { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<UnderlyingGreek> |
Status
The status of the search request
Declaration
public Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |