ActivityLogEntryStartMessage

@Serializable
@SerialName(value = "ActivityLogEntryStart")
data class ActivityLogEntryStartMessage(val data: String? = null) : InboundWebSocketMessage

Activity log entry start message. Data is the timing data encoded as "

$initialDelay,$

interval" in ms.

Constructors

Link copied to clipboard
constructor(data: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "Data")
val data: String?

The data.

Link copied to clipboard
open override val messageType: SessionMessageType

The different kinds of messages that are used in the WebSocket api.