ServiceQuota constructor
ServiceQuota({
- bool? adjustable,
- ErrorReason? errorReason,
- bool? globalQuota,
- QuotaPeriod? period,
- String? quotaArn,
- String? quotaCode,
- String? quotaName,
- String? serviceCode,
- String? serviceName,
- String? unit,
- MetricInfo? usageMetric,
- double? value,
Implementation
ServiceQuota({
this.adjustable,
this.errorReason,
this.globalQuota,
this.period,
this.quotaArn,
this.quotaCode,
this.quotaName,
this.serviceCode,
this.serviceName,
this.unit,
this.usageMetric,
this.value,
});