LogEvent

@JsonSerializable
data class LogEvent(val message: String, val timestamp: TimestampMillis)

Constructors

Link copied to clipboard
constructor(message: String, timestamp: TimestampMillis)

Properties

Link copied to clipboard
Link copied to clipboard