Variable RateLimiter.states

Declaration

class RateLimiter
{
  // ...
  RateLimitState[Route] states;
  // ...
}