Ruleset Rule Action Parameters Cache Key
data class RulesetRuleActionParametersCacheKey(val cacheByDeviceType: Boolean? = null, val cacheDeceptionArmor: Boolean? = null, val customKey: RulesetRuleActionParametersCacheKeyCustomKey? = null, val ignoreQueryStringsOrder: Boolean? = null)
Constructors
Link copied to clipboard
constructor(cacheByDeviceType: Boolean? = null, cacheDeceptionArmor: Boolean? = null, customKey: RulesetRuleActionParametersCacheKeyCustomKey? = null, ignoreQueryStringsOrder: Boolean? = null)