GhostDevice
data class GhostDevice(val ghostClientId: String, val originalClientInfo: ClientInfo, val sessionStartTime: Long, val sessionEndTime: Long, val eventCount: Int = 0, val logicEventCount: Int = 0, val sessionExportJson: String? = null)(source)
Represents a ghost device imported from a recorded session.