GatewayRouteSpecHttpRouteMatchQueryParameterMatchArgs

data class GatewayRouteSpecHttpRouteMatchQueryParameterMatchArgs(val exact: Output<String>? = null) : ConvertibleToJava<GatewayRouteSpecHttpRouteMatchQueryParameterMatchArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GatewayRouteSpecHttpRouteMatchQueryParameterMatchArgs

Properties

Link copied to clipboard
val exact: Output<String>? = null

Header value sent by the client must match the specified value exactly.