QuotaApplicationDimension

data class QuotaApplicationDimension(val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The key of the dimension. You must configure dimensions.N.key and dimensions.N.value at the same time. The value range of N varies based on the number of dimensions that are supported by the related Alibaba Cloud service. You can call the ListProductQuotaDimensions operation to query the dimensions that are supported by an Alibaba Cloud service. The number of elements in the returned array is N.

Link copied to clipboard
val value: String? = null

The value of the dimension. You must configure dimensions.N.key and dimensions.N.value at the same time. The value range of N varies based on the number of dimensions that are supported by the related Alibaba Cloud service. You can call the ListProductQuotaDimensions operation to query the dimensions that are supported by an Alibaba Cloud service. The number of elements in the returned array is N.