ListRequestedServiceQuotaChangeHistoryByQuotaResponse constructor

ListRequestedServiceQuotaChangeHistoryByQuotaResponse({
  1. String? nextToken,
  2. List<RequestedServiceQuotaChange>? requestedQuotas,
})

Implementation

ListRequestedServiceQuotaChangeHistoryByQuotaResponse({
  this.nextToken,
  this.requestedQuotas,
});