Gateway Route Spec Http Route Match
data class GatewayRouteSpecHttpRouteMatch(val headers: List<GatewayRouteSpecHttpRouteMatchHeader>? = null, val hostname: GatewayRouteSpecHttpRouteMatchHostname? = null, val path: GatewayRouteSpecHttpRouteMatchPath? = null, val port: Int? = null, val prefix: String? = null, val queryParameters: List<GatewayRouteSpecHttpRouteMatchQueryParameter>? = null)
Constructors
Link copied to clipboard
constructor(headers: List<GatewayRouteSpecHttpRouteMatchHeader>? = null, hostname: GatewayRouteSpecHttpRouteMatchHostname? = null, path: GatewayRouteSpecHttpRouteMatchPath? = null, port: Int? = null, prefix: String? = null, queryParameters: List<GatewayRouteSpecHttpRouteMatchQueryParameter>? = null)