EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatch

data class EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatch(val exactMatch: String? = null, val name: String, val presentMatch: Boolean? = null)

Constructors

constructor(exactMatch: String? = null, name: String, presentMatch: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exactMatch: String? = null

The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.

Link copied to clipboard

The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.

Link copied to clipboard
val presentMatch: Boolean? = null

Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.