SearchResponse

fun SearchResponse(summary: SearchRequestSummary, results: List<SearchResult> = emptyList())

Parameters

summary

The summary of the request to the Search API that has been performed.

results

The search results returned from the Search API.