agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.sdk.model
/
Metric
Metric
@
Serializable
data
class
Metric
(
val
eventType
:
String
,
val
count
:
Int
,
val
timestamp
:
Instant
)
A single metric data point with event type, count, and timestamp.
Members
Constructors
Metric
Link copied to clipboard
constructor
(
eventType
:
String
,
count
:
Int
,
timestamp
:
Instant
)
Properties
count
Link copied to clipboard
val
count
:
Int
event
Type
Link copied to clipboard
@
SerialName
(
value
=
"event_type"
)
val
eventType
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Instant