SetNodeNameRequest

@Serializable
data class SetNodeNameRequest(val nodeId: NodeId, val name: String)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, name: String)

Properties

Link copied to clipboard

New node's name.

Link copied to clipboard

Id of the node to set name for.