SearchResultItem

data class SearchResultItem(val id: String, val type: String, val title: String, val subtitle: String?, val href: String)(source)

Constructors

Link copied to clipboard
constructor(id: String, type: String, title: String, subtitle: String?, href: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard