ConfigQuotaSignUpQuotaConfigArgs

data class ConfigQuotaSignUpQuotaConfigArgs(val quota: Output<Int>? = null, val quotaDuration: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<ConfigQuotaSignUpQuotaConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val quota: Output<Int>? = null

A sign up APIs quota that customers can override temporarily. Value can be in between 1 and 1000.

Link copied to clipboard
val quotaDuration: Output<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: Output<String>? = null

When this quota will take affect.

Functions

Link copied to clipboard
open override fun toJava(): ConfigQuotaSignUpQuotaConfigArgs