ListMethodQuotasResponse constructor

ListMethodQuotasResponse({
  1. List<MethodQuota>? methodQuotas,
  2. String? nextPageToken,
})

Implementation

ListMethodQuotasResponse({this.methodQuotas, this.nextPageToken});