MessageCommand

@Serializable
data class MessageCommand(val header: String? = null, val text: String, val timeoutMs: Long? = null)

Constructors

Link copied to clipboard
constructor(header: String? = null, text: String, timeoutMs: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "Header")
val header: String?
Link copied to clipboard
@SerialName(value = "Text")
val text: String
Link copied to clipboard
@SerialName(value = "TimeoutMs")
val timeoutMs: Long?