Quota Sub Quota Info List Args
data class QuotaSubQuotaInfoListArgs(val nickName: Output<String>, val parameter: Output<QuotaSubQuotaInfoListParameterArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<QuotaSubQuotaInfoListArgs>
Constructors
Link copied to clipboard
constructor(nickName: Output<String>, parameter: Output<QuotaSubQuotaInfoListParameterArgs>? = null, type: Output<String>? = null)