PingStatsEntry

@Serializable
class PingStatsEntry(var timestamp: Instant, val metaData: EventData.PingStatsData) : EventEntry

Constructors

Link copied to clipboard
constructor(timestamp: Instant, metaData: EventData.PingStatsData)

Properties

Link copied to clipboard
open override val event: Event
Link copied to clipboard
Link copied to clipboard
open override var timestamp: Instant