GetElementByRelationParameter

@Serializable
data class GetElementByRelationParameter(val nodeId: Int, val relation: String)

Constructors

Link copied to clipboard
constructor(nodeId: Int, relation: String)

Properties

Link copied to clipboard
val nodeId: Int

Id of the node from which to query the relation.

Link copied to clipboard

Type of relation to get.