ListServiceQuotasResponse constructor

ListServiceQuotasResponse({
  1. String? nextToken,
  2. List<ServiceQuota>? quotas,
})

Implementation

ListServiceQuotasResponse({
  this.nextToken,
  this.quotas,
});