MaestroCommandList

@Serializable
data class MaestroCommandList(val maestroCommands: List<Command>)

Constructors

Link copied to clipboard
constructor(maestroCommands: List<Command>)

Properties

Link copied to clipboard
val maestroCommands: List<Command>