Seconds

@Serializable
@SerialName(value = "Seconds")
data class Seconds(val delay: Int) : StartTimeLoopEventSchema.TimeData

Constructors

Link copied to clipboard
constructor(delay: Int)

Properties

Link copied to clipboard
@SerialName(value = "delay")
val delay: Int