ConfigQuotaSignUpQuotaConfig

data class ConfigQuotaSignUpQuotaConfig(val quota: Int? = null, val quotaDuration: String? = null, val startTime: String? = null)

Constructors

Link copied to clipboard
constructor(quota: Int? = null, quotaDuration: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val quota: Int? = null

A sign up APIs quota that customers can override temporarily.

Link copied to clipboard
val quotaDuration: String? = null

How long this quota will be active for. It is measurred in seconds, e.g., Example: "9.615s".

Link copied to clipboard
val startTime: String? = null

When this quota will take affect.