InstructionCommandRecord

@Serializable
data class InstructionCommandRecord(val instruction: String, val commands: List<TrailblazeTool>)

Constructors

Link copied to clipboard
constructor(instruction: String, commands: List<TrailblazeTool>)

Properties

Link copied to clipboard
val commands: List<TrailblazeTool>
Link copied to clipboard