SearchResponse
fun SearchResponse(summary: SearchRequestSummary, results: List<SearchResult> = emptyList())
Content copied to clipboard
Parameters
summary
The summary of the request to the Search API that has been performed.
results
The search results returned from the Search API.