StepStarted

@Serializable
@SerialName(value = "STEP_STARTED")
data class StepStarted(val stepName: String, val timestamp: Long? = null) : AguiEvent

Constructors

Link copied to clipboard
constructor(stepName: String, timestamp: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val timestamp: Long?