NodeId

data class NodeId(val value: String? = null)

Represents the ID of a node in a lineage graph.

Constructors

Link copied to clipboard
constructor(value: String? = null)

Properties

Link copied to clipboard
val value: String? = null

The value of the node ID (optional).