ServiceQuota constructor

ServiceQuota({
  1. bool? adjustable,
  2. ErrorReason? errorReason,
  3. bool? globalQuota,
  4. QuotaPeriod? period,
  5. String? quotaArn,
  6. String? quotaCode,
  7. String? quotaName,
  8. String? serviceCode,
  9. String? serviceName,
  10. String? unit,
  11. MetricInfo? usageMetric,
  12. 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,
});