dataos-sdk-kt
jvm
hera
/
io.dataos.hera.client.models
/
DatasetName
Dataset
Name
data
class
DatasetName
(
val
value
:
String
?
=
null
)
Represents the name of a dataset.
Members
Constructors
Dataset
Name
Link copied to clipboard
constructor
(
value
:
String
?
=
null
)
Properties
value
Link copied to clipboard
val
value
:
String
?
=
null
The string value of the dataset name (optional).