SearchResponseList

data class SearchResponseList(val items: List<SearchResponse>, val hasNext: Boolean = false)(source)

Data class for the Search results.

Constructors

Link copied to clipboard
constructor(items: List<SearchResponse>, hasNext: Boolean = false)

Properties

Link copied to clipboard

if there is a next page or not.

Link copied to clipboard

list of SearchResponse items that will be added to the search row.