Response for a single rate limit configuration

interface RateLimitResponse {
    createdAt?: string;
    rateLimit: RateLimit;
    updatedAt?: string;
    uuid?: string;
}

Properties

createdAt?: string

The timestamp when the rate limit was created

rateLimit: RateLimit

The rate limit configuration

updatedAt?: string

The timestamp when the rate limit was last updated

uuid?: string

The UUID of the rate limit configuration