Get Service Quota Result
data class GetServiceQuotaResult(val adjustable: Boolean, val arn: String, val defaultValue: Double, val globalQuota: Boolean, val id: String, val quotaCode: String, val quotaName: String, val serviceCode: String, val serviceName: String, val usageMetrics: List<GetServiceQuotaUsageMetric>, val value: Double)
A collection of values returned by getServiceQuota.