ThrottleSettings

The API request rate limits.

Types

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

Properties

Link copied to clipboard

The API target request burst rate limit. This allows more requests through for a period of time than the target rate limit.

Link copied to clipboard

The API target request rate limit.

Functions

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