SequencerActionResponse

data class SequencerActionResponse(val actionId: String? = null, val result: String? = null, val state: String? = null)

The sequencer action details.

Constructors

Link copied to clipboard
constructor(actionId: String? = null, result: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionId: String? = null

The unique identifier of the sequencer action.

Link copied to clipboard
val result: String? = null

The result of the sequencer action.

Link copied to clipboard
val state: String? = null

The state of the sequencer action.