data class SetAttributeValueRequest
Request object containing input parameters for the DOMDomain.setAttributeValue command.
<init> |
Request object containing input parameters for the DOMDomain.setAttributeValue command. SetAttributeValueRequest(nodeId: NodeId, name: String, value: String) |
name |
Attribute name. val name: String |
nodeId |
Id of the element to set attribute for. val nodeId: NodeId |
value |
Attribute value. val value: String |