LogStreamEvent

@Serializable
data class LogStreamEvent(val type: String = "log", val data: LogEntry)(source)

Constructors

Link copied to clipboard
constructor(type: String = "log", data: LogEntry)

Properties

Link copied to clipboard
Link copied to clipboard