AllocateQuotaResponse constructor

AllocateQuotaResponse({
  1. List<QuotaError>? allocateErrors,
  2. AllocateInfo? allocateInfo,
  3. String? operationId,
  4. List<MetricValueSet>? quotaMetrics,
  5. String? serviceConfigId,
})

Implementation

AllocateQuotaResponse({
  this.allocateErrors,
  this.allocateInfo,
  this.operationId,
  this.quotaMetrics,
  this.serviceConfigId,
});