Table of Contents

Class SearchResponse

Namespace
Si.Srp.Models.Search.Response
Assembly
Si.Srp.Models.Search.dll

Represents a product search response

public class SearchResponse
Inheritance
SearchResponse
Derived
Inherited Members

Constructors

SearchResponse()

public SearchResponse()

Properties

Diagnostics

Diagnostics about the search

public Diagnostics Diagnostics { get; set; }

Property Value

Diagnostics

Result

The product results

public ProductResult Result { get; set; }

Property Value

ProductResult

SearchIdentifier

The search identifier

public string SearchIdentifier { get; set; }

Property Value

string

Status

The status of the search request

public Status Status { get; set; }

Property Value

Status