RequestedServiceQuotaChange constructor

RequestedServiceQuotaChange({
  1. String? caseId,
  2. DateTime? created,
  3. double? desiredValue,
  4. bool? globalQuota,
  5. String? id,
  6. DateTime? lastUpdated,
  7. String? quotaArn,
  8. String? quotaCode,
  9. String? quotaName,
  10. String? requester,
  11. String? serviceCode,
  12. String? serviceName,
  13. RequestStatus? status,
  14. String? unit,
})

Implementation

RequestedServiceQuotaChange({
  this.caseId,
  this.created,
  this.desiredValue,
  this.globalQuota,
  this.id,
  this.lastUpdated,
  this.quotaArn,
  this.quotaCode,
  this.quotaName,
  this.requester,
  this.serviceCode,
  this.serviceName,
  this.status,
  this.unit,
});