EndpointGlobalDeliveryRuleCacheKeyQueryStringAction

data class EndpointGlobalDeliveryRuleCacheKeyQueryStringAction(val behavior: String, val parameters: String? = null)

Constructors

constructor(behavior: String, parameters: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The behavior of the cache key for query strings. Valid values are Exclude, ExcludeAll, Include and IncludeAll.

Link copied to clipboard
val parameters: String? = null

Comma separated list of parameter values.