Graph Edge Response
data class GraphEdgeResponse(val sourceNodeId: String? = null, val sourcePortId: String? = null, val targetNodeId: String? = null, val targetPortId: String? = null)
Defines an edge within the web service's graph.
Constructors
Link copied to clipboard
fun GraphEdgeResponse(sourceNodeId: String? = null, sourcePortId: String? = null, targetNodeId: String? = null, targetPortId: String? = null)