ServiceQuotaIncreaseRequestInTemplate constructor

ServiceQuotaIncreaseRequestInTemplate({
  1. String? awsRegion,
  2. double? desiredValue,
  3. bool? globalQuota,
  4. String? quotaCode,
  5. String? quotaName,
  6. String? serviceCode,
  7. String? serviceName,
  8. String? unit,
})

Implementation

ServiceQuotaIncreaseRequestInTemplate({
  this.awsRegion,
  this.desiredValue,
  this.globalQuota,
  this.quotaCode,
  this.quotaName,
  this.serviceCode,
  this.serviceName,
  this.unit,
});