data class Visit
<init>
Visit(timestamp: Long, type: VisitType)
timestamp
val timestamp: Long
type
val type: VisitType