QuotaScheduleScheduleListArgs

data class QuotaScheduleScheduleListArgs(val condition: Output<QuotaScheduleScheduleListConditionArgs>? = null, val plan: Output<String>, val type: Output<String>) : ConvertibleToJava<QuotaScheduleScheduleListArgs>

Constructors

Link copied to clipboard
constructor(condition: Output<QuotaScheduleScheduleListConditionArgs>? = null, plan: Output<String>, type: Output<String>)

Properties

Link copied to clipboard

The value of effective condition. See condition below.

Link copied to clipboard
val plan: Output<String>

The name of the quota plan.

Link copied to clipboard
val type: Output<String>

The type of the quota plan. Valid values: daily

Functions

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