dataos-sdk-kt
jvm
hera
/
io.dataos.hera.client.models
/
RunId
Run
Id
data
class
RunId
(
val
value
:
UUID
?
=
null
)
Represents the ID of a run.
Members
Constructors
Run
Id
Link copied to clipboard
constructor
(
value
:
UUID
?
=
null
)
Properties
value
Link copied to clipboard
val
value
:
UUID
?
=
null
The value of the run ID (optional).