SearchResponse

data class SearchResponse(val summary: SearchSummary, val results: List<SearchResult> = emptyList())

Response from the Search API.

Constructors

Link copied to clipboard
constructor(summary: SearchSummary, results: List<SearchResult> = emptyList())

Properties

Link copied to clipboard

The search results returned from the Search API.

Link copied to clipboard

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