data class SetNodeNameRequest
Request object containing input parameters for the DOMDomain.setNodeName command.
<init> |
Request object containing input parameters for the DOMDomain.setNodeName command. SetNodeNameRequest(nodeId: NodeId, name: String) |
name |
New node's name. val name: String |
nodeId |
Id of the node to set name for. val nodeId: NodeId |