Class GreekSearchWrapper
Represents a greek request model for the API
Constructors
GreekSearchWrapper()
Declaration
public GreekSearchWrapper()
Properties
GenerateFacets
True if facets should be generated along with the response
Declaration
public bool GenerateFacets { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Request
The search request
Declaration
public UnderlyingGreekSearchRequest Request { get; set; }
Property Value
Type | Description |
---|---|
Si.Srp.Models.Greeks.Request.UnderlyingGreekSearchRequest |