SearchResponse

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

Response from the Search API.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun SearchResponse(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.