Gateway Route Config Properties Response
data class GatewayRouteConfigPropertiesResponse(val appResourceId: String? = null, val provisioningState: String, val routes: List<GatewayApiRouteResponse>? = null)
API route config of the Spring Cloud Gateway
Constructors
Link copied to clipboard
fun GatewayRouteConfigPropertiesResponse(appResourceId: String? = null, provisioningState: String, routes: List<GatewayApiRouteResponse>? = null)