RulesetRuleActionParametersCacheKeyCustomKeyQueryStringInclude

data class RulesetRuleActionParametersCacheKeyCustomKeyQueryStringInclude(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 include all query string parameters in the cache key.

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