AllocateQuotaResponse constructor
AllocateQuotaResponse({
- List<
QuotaError> ? allocateErrors, - AllocateInfo? allocateInfo,
- String? operationId,
- List<
MetricValueSet> ? quotaMetrics, - String? serviceConfigId,
Implementation
AllocateQuotaResponse({
this.allocateErrors,
this.allocateInfo,
this.operationId,
this.quotaMetrics,
this.serviceConfigId,
});