UsagePlanQuotaSettings

data class UsagePlanQuotaSettings(val limit: Int, val offset: Int? = null, val period: String)

Constructors

Link copied to clipboard
constructor(limit: Int, offset: Int? = null, period: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val limit: Int

Maximum number of requests that can be made in a given time period.

Link copied to clipboard
val offset: Int? = null

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

Link copied to clipboard

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