AllocateQuotaRequest constructor

AllocateQuotaRequest({
  1. QuotaOperation? allocateOperation,
  2. String? serviceConfigId,
})

Implementation

AllocateQuotaRequest({
  this.allocateOperation,
  this.serviceConfigId,
});