GetElementByRelationRequest

@Serializable
data class GetElementByRelationRequest(val nodeId: NodeId, val relation: ElementByRelation)

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

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, relation: ElementByRelation)

Properties

Link copied to clipboard

Id of the node from which to query the relation.

Link copied to clipboard

Type of relation to get.