SetStatus

@Serializable
@SerialName(value = "SetStatus")
class SetStatus(val message: String, val isError: Boolean = false, var timeoutMs: Long? = null) : ServerRequest(source)

Constructors

Link copied to clipboard
constructor(message: String, isError: Boolean = false, timeoutMs: Long? = null)

Properties

Link copied to clipboard
val isError: Boolean = false
Link copied to clipboard
Link copied to clipboard