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