GatewayRateLimitDetail¶
Structure Class¶
GatewayRateLimitDetail
dataclass
¶
Contains detailed information about a gateway rate limit, including its configuration and current status.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
The human-readable description of the rate limit.
dimension_keys
instance-attribute
¶
The ordered list of dimension key names that define the scope of this rate limit.
entries
instance-attribute
¶
entries: list[LimitEntry]
The list of rule entries that map dimension values to rate configurations.