dataos-sdk-kt
jvm
hera
/
io.dataos.hera.client.models
/
ActionLink
Action
Link
data
class
ActionLink
(
val
namespace
:
String
,
val
name
:
String
)
Represents a link to an action.
Members
Constructors
Action
Link
Link copied to clipboard
constructor
(
namespace
:
String
,
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the action.
namespace
Link copied to clipboard
val
namespace
:
String
The namespace of the action.