Job Collection Properties Args
data class JobCollectionPropertiesArgs(val quota: Output<JobCollectionQuotaArgs>? = null, val sku: Output<SkuArgs>? = null, val state: Output<JobCollectionState>? = null) : ConvertibleToJava<JobCollectionPropertiesArgs>
Constructors
Link copied to clipboard
constructor(quota: Output<JobCollectionQuotaArgs>? = null, sku: Output<SkuArgs>? = null, state: Output<JobCollectionState>? = null)