Class GreekSearchWrapper
Represents a greek request model for the API
[ExcludeFromCodeCoverage]
public sealed class GreekSearchWrapper
- Inheritance
-
GreekSearchWrapper
- Inherited Members
Constructors
GreekSearchWrapper()
public GreekSearchWrapper()
Properties
GenerateFacets
True if facets should be generated along with the response
public bool GenerateFacets { get; set; }
Property Value
Request
The search request
[Required]
public UnderlyingGreekSearchRequest Request { get; set; }