Stop

@Serializable
@SerialName(value = "Stop")
data class Stop(val storeId: Uuid) : ServerEvent

Constructors

Link copied to clipboard
constructor(storeId: Uuid)

Properties

Link copied to clipboard
open override val storeId: Uuid