Job Collection Quota Args
data class JobCollectionQuotaArgs(val maxJobCount: Output<Int>? = null, val maxJobOccurrence: Output<Int>? = null, val maxRecurrence: Output<JobMaxRecurrenceArgs>? = null) : ConvertibleToJava<JobCollectionQuotaArgs>
Constructors
Link copied to clipboard
constructor(maxJobCount: Output<Int>? = null, maxJobOccurrence: Output<Int>? = null, maxRecurrence: Output<JobMaxRecurrenceArgs>? = null)