GetServiceQuotaResponse constructor

GetServiceQuotaResponse({
  1. ServiceQuota? quota,
})

Implementation

GetServiceQuotaResponse({
  this.quota,
});