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