PropertyQuota constructor

PropertyQuota({
  1. QuotaStatus? concurrentRequests,
  2. QuotaStatus? potentiallyThresholdedRequestsPerHour,
  3. QuotaStatus? serverErrorsPerProjectPerHour,
  4. QuotaStatus? tokensPerDay,
  5. QuotaStatus? tokensPerHour,
})

Implementation

PropertyQuota({
  this.concurrentRequests,
  this.potentiallyThresholdedRequestsPerHour,
  this.serverErrorsPerProjectPerHour,
  this.tokensPerDay,
  this.tokensPerHour,
});