data class SetEffectivePropertyValueForNodeRequest
Request object containing input parameters for the CSSDomain.setEffectivePropertyValueForNode command.
<init> |
Request object containing input parameters for the CSSDomain.setEffectivePropertyValueForNode command. SetEffectivePropertyValueForNodeRequest(nodeId: NodeId, propertyName: String, value: String) |
nodeId |
The element id for which to set property. val nodeId: NodeId |
propertyName |
val propertyName: String |
value |
val value: String |