GraphParameterLinkResponse

data class GraphParameterLinkResponse(val nodeId: String, val parameterKey: String)

Association link for a graph global parameter to a node in the graph.

Constructors

Link copied to clipboard
constructor(nodeId: String, parameterKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The graph node's identifier

Link copied to clipboard

The identifier of the node parameter that the global parameter maps to.