ListQuotaRulesResponse constructor

ListQuotaRulesResponse({
  1. String? nextPageToken,
  2. List<QuotaRule>? quotaRules,
  3. List<String>? unreachable,
})

Implementation

ListQuotaRulesResponse({
  this.nextPageToken,
  this.quotaRules,
  this.unreachable,
});