Table of Contents

Class GreekSearchWrapper

Namespace
Si.Srp.Api.Common.Model
Assembly
Si.Srp.Api.Common.dll

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

bool

Request

The search request

[Required]
public UnderlyingGreekSearchRequest Request { get; set; }

Property Value

UnderlyingGreekSearchRequest