Get Gateway Route Config Result
data class GetGatewayRouteConfigResult(val id: String, val name: String, val properties: GatewayRouteConfigPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Spring Cloud Gateway route config resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: GatewayRouteConfigPropertiesResponse, systemData: SystemDataResponse, type: String)