SetAttributeValueRequest

@Serializable
data class SetAttributeValueRequest(val nodeId: NodeId, val name: String, val value: String)(source)

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

Constructors

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

Properties

Link copied to clipboard

Attribute name.

Link copied to clipboard

Id of the element to set attribute for.

Link copied to clipboard

Attribute value.