QuotaSettings

Quotas configured for a usage plan.

Types

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

Properties

Link copied to clipboard
val limit: Int

The target maximum number of requests that can be made in a given time period.

Link copied to clipboard
val offset: Int

The number of requests subtracted from the given limit in the initial time period.

Link copied to clipboard

The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".

Functions

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