ActionName

data class ActionName(val value: String? = null)

Represents the name of an action.

Constructors

Link copied to clipboard
constructor(value: String? = null)

Properties

Link copied to clipboard
val value: String? = null

The string value of the action name (optional).