GetQuotasQuota

data class GetQuotasQuota(val adjustable: Boolean, val applicableRanges: List<String>, val applicableType: String, val consumable: Boolean, val id: String, val quotaActionCode: String, val quotaDescription: String, val quotaName: String, val quotaType: String, val quotaUnit: String, val totalQuota: Double, val totalUsage: Double, val unadjustableDetail: String)

Constructors

Link copied to clipboard
constructor(adjustable: Boolean, applicableRanges: List<String>, applicableType: String, consumable: Boolean, id: String, quotaActionCode: String, quotaDescription: String, quotaName: String, quotaType: String, quotaUnit: String, totalQuota: Double, totalUsage: Double, unadjustableDetail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the quota adjustable.

Link copied to clipboard

The range of quota adjustment.

Link copied to clipboard

The type of quota.

Link copied to clipboard

Show used quota.

Link copied to clipboard
val id: String

The ID of the Quota.

Link copied to clipboard

The quota action code.

Link copied to clipboard

The quota description.

Link copied to clipboard

The quota name.

Link copied to clipboard

The quota type.

Link copied to clipboard

The quota unit.

Link copied to clipboard

TotalQuota.

Link copied to clipboard

The total of usage.

Link copied to clipboard

The unadjustable detail.