ListServiceQuotasResponse constructor
ListServiceQuotasResponse({
- String? nextToken,
- List<
ServiceQuota> ? quotas,
Implementation
ListServiceQuotasResponse({
this.nextToken,
this.quotas,
});