QuotaOperation constructor

QuotaOperation({
  1. String? consumerId,
  2. Map<String, String>? labels,
  3. String? methodName,
  4. String? operationId,
  5. List<MetricValueSet>? quotaMetrics,
  6. String? quotaMode,
})

Implementation

QuotaOperation({
  this.consumerId,
  this.labels,
  this.methodName,
  this.operationId,
  this.quotaMetrics,
  this.quotaMode,
});