Get Quotas Quota
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)
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
The quota action code.
Link copied to clipboard
The quota description.
Link copied to clipboard
TotalQuota.
Link copied to clipboard
The total of usage.
Link copied to clipboard
The unadjustable detail.