RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExclude

data class RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExclude(val all: Boolean? = null, val lists: List<String>? = null)

Constructors

constructor(all: Boolean? = null, lists: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val all: Boolean? = null

Determines whether to exclude all query string parameters from the cache key.

Link copied to clipboard
val lists: List<String>? = null