Suggestions

data class Suggestions(val query: String, val value: List<DashSearchSuggestion>, val error: Throwable? = null) : SuggestionsResult

Constructors

Link copied to clipboard
constructor(query: String, value: List<DashSearchSuggestion>, error: Throwable? = null)

Properties

Link copied to clipboard
val error: Throwable? = null
Link copied to clipboard
Link copied to clipboard