Get Rate Limits Result
data class GetRateLimitsResult(val action: GetRateLimitsResultAction, val bypasses: List<GetRateLimitsResultBypass>, val description: String, val disabled: Boolean, val id: String, val match: GetRateLimitsResultMatch, val period: Double, val threshold: Double)
Constructors
Link copied to clipboard
constructor(action: GetRateLimitsResultAction, bypasses: List<GetRateLimitsResultBypass>, description: String, disabled: Boolean, id: String, match: GetRateLimitsResultMatch, period: Double, threshold: Double)
Properties
Link copied to clipboard
The action to perform when the threshold of matched traffic within the configured period is exceeded.
Link copied to clipboard
Criteria specifying when the current rate limit should be bypassed. You can specify that the rate limit should not apply to one or more URLs.
Link copied to clipboard
An informative summary of the rate limit. This value is sanitized and any tags will be removed.
Link copied to clipboard
Determines which traffic the rate limit counts towards the threshold.