Snoop API
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Snoop API
snoop-core
/
com.snoop.core.model
/
AnalyticsEntry
/
AnalyticsEntry
Analytics
Entry
constructor
(
id
:
String
,
timestamp
:
Instant
,
name
:
String
,
channel
:
String
,
properties
:
List
<
KeyValue
>
=
emptyList()
,
annotations
:
List
<
Annotation
>
=
emptyList()
,
groupLabel
:
String
?
=
null
)