GetRequestedServiceQuotaChangeResponse constructor

GetRequestedServiceQuotaChangeResponse({
  1. RequestedServiceQuotaChange? requestedQuota,
})

Implementation

GetRequestedServiceQuotaChangeResponse({
  this.requestedQuota,
});