RulesetRuleActionParametersCacheKeyCustomKeyQueryString

data class RulesetRuleActionParametersCacheKeyCustomKeyQueryString(val excludes: List<String>? = null, val includes: List<String>? = null)

Constructors

constructor(excludes: List<String>? = null, includes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

List of query string parameters to exclude from the custom key.

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

List of query string parameters to include in the custom key.