Get Gateway Route Spec Http Route Match
data class GetGatewayRouteSpecHttpRouteMatch(val headers: List<GetGatewayRouteSpecHttpRouteMatchHeader>, val hostnames: List<GetGatewayRouteSpecHttpRouteMatchHostname>, val paths: List<GetGatewayRouteSpecHttpRouteMatchPath>, val port: Int, val prefix: String, val queryParameters: List<GetGatewayRouteSpecHttpRouteMatchQueryParameter>)
Constructors
Link copied to clipboard
constructor(headers: List<GetGatewayRouteSpecHttpRouteMatchHeader>, hostnames: List<GetGatewayRouteSpecHttpRouteMatchHostname>, paths: List<GetGatewayRouteSpecHttpRouteMatchPath>, port: Int, prefix: String, queryParameters: List<GetGatewayRouteSpecHttpRouteMatchQueryParameter>)