ResolveNodeParameter

@Serializable
data class ResolveNodeParameter(val nodeId: Int? = null, val backendNodeId: Int? = null, val objectGroup: String? = null, val executionContextId: Int? = null)

Constructors

Link copied to clipboard
constructor(nodeId: Int? = null, backendNodeId: Int? = null, objectGroup: String? = null, executionContextId: Int? = null)

Properties

Link copied to clipboard
val backendNodeId: Int? = null

Backend identifier of the node to resolve.

Link copied to clipboard
val executionContextId: Int? = null

Execution context in which to resolve the node.

Link copied to clipboard
val nodeId: Int? = null

Id of the node to resolve.

Link copied to clipboard
val objectGroup: String? = null

Symbolic group name that can be used to release multiple objects.