SuggestStatus

Contains the resource id (rid) and the time it took to process the request (timems).

Types

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

Properties

Link copied to clipboard
val rid: String?

The encrypted resource ID for the request.

Link copied to clipboard

How long it took to process the request, in milliseconds.

Functions

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