RateLimitScopeSchema constructor
RateLimitScopeSchema({
- RateLimitWindowSchema? second,
- RateLimitWindowSchema? minute,
- RateLimitWindowSchema? hour,
- RateLimitWindowSchema? day,
Returns a new RateLimitScopeSchema instance.
Implementation
RateLimitScopeSchema({
this.second,
this.minute,
this.hour,
this.day,
});