dataos-sdk-kt
jvm
hera
/
io.dataos.hera.client.models
/
NodeId
Node
Id
data
class
NodeId
(
val
value
:
String
?
=
null
)
Represents the ID of a node in a lineage graph.
Members
Constructors
Node
Id
Link copied to clipboard
constructor
(
value
:
String
?
=
null
)
Properties
value
Link copied to clipboard
val
value
:
String
?
=
null
The value of the node ID (optional).