CopyToResponse

@Serializable
data class CopyToResponse(val nodeId: NodeId)

Response type for the DOMDomain.copyTo command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

Id of the node clone.