Rule Group Rate Based Statement
data class RuleGroupRateBasedStatement(val aggregateKeyType: RuleGroupRateBasedStatementAggregateKeyType, val customKeys: List<RuleGroupRateBasedStatementCustomKey>? = null, val forwardedIpConfig: RuleGroupForwardedIpConfiguration? = null, val limit: Int, val scopeDownStatement: RuleGroupStatement? = null)
Constructors
Link copied to clipboard
fun RuleGroupRateBasedStatement(aggregateKeyType: RuleGroupRateBasedStatementAggregateKeyType, customKeys: List<RuleGroupRateBasedStatementCustomKey>? = null, forwardedIpConfig: RuleGroupForwardedIpConfiguration? = null, limit: Int, scopeDownStatement: RuleGroupStatement? = null)