RulesetRuleActionParametersCacheKey

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cache by device type.

Link copied to clipboard

Cache deception armor.

Link copied to clipboard

Custom key parameters for the request.

Link copied to clipboard

Ignore query strings order.