Action
data class Action(val namespace: String, val name: String, val type: Action.Type? = null, val facets: ActionFacet? = null)
Represents an action.
Constructors
Link copied to clipboard
constructor(namespace: String, name: String, type: Action.Type? = null, facets: ActionFacet? = null)