Get Gateway Route Spec Http2Route Match
data class GetGatewayRouteSpecHttp2RouteMatch(val headers: List<GetGatewayRouteSpecHttp2RouteMatchHeader>, val hostnames: List<GetGatewayRouteSpecHttp2RouteMatchHostname>, val paths: List<GetGatewayRouteSpecHttp2RouteMatchPath>, val port: Int, val prefix: String, val queryParameters: List<GetGatewayRouteSpecHttp2RouteMatchQueryParameter>)
Constructors
Link copied to clipboard
constructor(headers: List<GetGatewayRouteSpecHttp2RouteMatchHeader>, hostnames: List<GetGatewayRouteSpecHttp2RouteMatchHostname>, paths: List<GetGatewayRouteSpecHttp2RouteMatchPath>, port: Int, prefix: String, queryParameters: List<GetGatewayRouteSpecHttp2RouteMatchQueryParameter>)