SearchResultItem

A single search result item representing a matched asset.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the matched asset.

Link copied to clipboard

The name of the matched asset.

Link copied to clipboard

The identifier of the asset type for the matched asset.

Link copied to clipboard
val id: String?

The unique identifier of the matched asset.

Link copied to clipboard

The timestamp at which the matched asset was last updated.

Functions

Link copied to clipboard
inline fun copy(block: SearchResultItem.Builder.() -> Unit = {}): SearchResultItem
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