Structsยง
- Create
Method Rate Limit Request - Parameters for
create_method_rate_limit. - Create
Method Rate Limit Response - Response from
create_method_rate_limit. - GetMethod
Rate Limits Data - Inner data for
get_method_rate_limits. - GetMethod
Rate Limits Response - Response from
get_method_rate_limits. - GetRate
Limits Data - Inner data for
get_rate_limits. - GetRate
Limits Response - Response from
get_rate_limits. - Method
Rate Limiter - A per-method rate limiter configured on an endpoint.
- Rate
Limit Entry - A single rate-limit row returned by
get_rate_limits, identifying the bucket (rps/rpm/rpd), the value enforced, and whether the value comes from the plan default or a user-set override. - Rate
Limit Settings - Endpoint-wide rate limit settings.
- Update
Method Rate Limit Request - Parameters for
update_method_rate_limit. Only provided fields are changed. - Update
Method Rate Limit Response - Response from
update_method_rate_limit. - Update
Rate Limits Request - Parameters for
update_rate_limits.