Get Connection Result
data class GetConnectionResult(val applicationEndpoint: ApplicationEndpointResponse, val connectors: List<String>, val createTime: String, val displayName: String, val gateway: GatewayResponse, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetConnectionResult(applicationEndpoint: ApplicationEndpointResponse, connectors: List<String>, createTime: String, displayName: String, gateway: GatewayResponse, labels: Map<String, String>, name: String, state: String, type: String, uid: String, updateTime: String)