LogEntry

@Serializable
@SerialName(value = "entry")
data class LogEntry(val log: Log) : Message

Constructors

Link copied to clipboard
constructor(log: Log)

Properties

Link copied to clipboard
val log: Log