Resource Quota List Args
data class ResourceQuotaListArgs(val apiVersion: Output<String>? = null, val items: Output<List<ResourceQuotaArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<ResourceQuotaListArgs>
ResourceQuotaList is a list of ResourceQuota items.
Constructors
Link copied to clipboard
fun ResourceQuotaListArgs(apiVersion: Output<String>? = null, items: Output<List<ResourceQuotaArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)