Gateway Api Route Response
data class GatewayApiRouteResponse(val description: String? = null, val filters: List<String>? = null, val order: Int? = null, val predicates: List<String>? = null, val ssoEnabled: Boolean? = null, val tags: List<String>? = null, val title: String? = null, val tokenRelay: Boolean? = null, val uri: String? = null)
API route config of the Spring Cloud Gateway