RemoveNodeRequest

@Serializable
data class RemoveNodeRequest(val nodeId: NodeId)(source)

Request object containing input parameters for the DOMDomain.removeNode command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

Id of the node to remove.