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