TokenDetails

data class TokenDetails(val cachedTokens: Int? = null)(source)

Represents details about tokens.

Constructors

Link copied to clipboard
constructor(cachedTokens: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "cached_tokens")
val cachedTokens: Int?

Optional number of cached tokens.