Application Info Args
data class ApplicationInfoArgs(val auditMode: Output<String>? = null, val desireValue: Output<Double>? = null, val dimensions: Output<List<ApplicationInfoDimensionArgs>>? = null, val effectiveTime: Output<String>? = null, val envLanguage: Output<String>? = null, val expireTime: Output<String>? = null, val noticeType: Output<Int>? = null, val productCode: Output<String>? = null, val quotaActionCode: Output<String>? = null, val quotaCategory: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<ApplicationInfoArgs>
Constructors
Link copied to clipboard
constructor(auditMode: Output<String>? = null, desireValue: Output<Double>? = null, dimensions: Output<List<ApplicationInfoDimensionArgs>>? = null, effectiveTime: Output<String>? = null, envLanguage: Output<String>? = null, expireTime: Output<String>? = null, noticeType: Output<Int>? = null, productCode: Output<String>? = null, quotaActionCode: Output<String>? = null, quotaCategory: Output<String>? = null, reason: Output<String>? = null)