PropertyQuota constructor
PropertyQuota({
- QuotaStatus? concurrentRequests,
- QuotaStatus? potentiallyThresholdedRequestsPerHour,
- QuotaStatus? serverErrorsPerProjectPerHour,
- QuotaStatus? tokensPerDay,
- QuotaStatus? tokensPerHour,
- QuotaStatus? tokensPerProjectPerHour,
Implementation
PropertyQuota({
this.concurrentRequests,
this.potentiallyThresholdedRequestsPerHour,
this.serverErrorsPerProjectPerHour,
this.tokensPerDay,
this.tokensPerHour,
this.tokensPerProjectPerHour,
});