toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-google-analytics-core
/
org.http4k.connect.google.analytics.model
/
Event
Event
data
class
Event
(
val
category
:
String
,
val
action
:
String
=
""
,
val
label
:
String
=
""
,
val
value
:
Int
?
=
null
,
val
clientId
:
ClientId
,
val
userAgent
:
UserAgent
=
UserAgent.Default
)
:
Analytics
Members
Constructors
Event
Link copied to clipboard
constructor
(
category
:
String
,
action
:
String
=
""
,
label
:
String
=
""
,
value
:
Int
?
=
null
,
clientId
:
ClientId
,
userAgent
:
UserAgent
=
UserAgent.Default
)
Properties
action
Link copied to clipboard
val
action
:
String
category
Link copied to clipboard
val
category
:
String
client
Id
Link copied to clipboard
open
override
val
clientId
:
ClientId
label
Link copied to clipboard
val
label
:
String
user
Agent
Link copied to clipboard
open
override
val
userAgent
:
UserAgent
value
Link copied to clipboard
val
value
:
Int
?
=
null