GetContainerForNodeResponse

@Serializable
data class GetContainerForNodeResponse(val nodeId: NodeId? = null)

Response type for the DOMDomain.getContainerForNode command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId? = null)

Properties

Link copied to clipboard
val nodeId: NodeId? = null

The container node for the given node, or null if not found.