private data class Relationship(val from: String, val to: String)

Represents a relationship from one node to another

Parameters

from

the id of the start of the relationship

to

the id of the end of the relationship

Constructors

Link copied to clipboard
constructor(from: String, to: String)

Properties

Link copied to clipboard
Link copied to clipboard
val to: String