AutocompleteSegmentPlainText

Describes plain text found within the autocomplete search response.

Constructors

Link copied to clipboard
constructor(plainText: String)

Properties

Link copied to clipboard

Plain text match.

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
fun copy(plainText: String = this.plainText): AutocompleteSegmentPlainText
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