resetTime property

DateTime? resetTime
getter/setter pair

The time at which the window will reset.

This field is typically only set by the RateLimiter middleware, and is therefore optional in the constructor.

Implementation

DateTime? resetTime;