SearchResponse

Response from the Search API.

Constructors

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

Response from the Search API with summary.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): SearchSummary
Link copied to clipboard
operator fun component2(): List<SearchResult>
Link copied to clipboard
fun copy(summary: SearchSummary = this.summary, results: List<SearchResult> = this.results): SearchResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String