kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.queue
/
QuarantinedEventSummary
Quarantined
Event
Summary
@
Serializable
data
class
QuarantinedEventSummary
(
val
id
:
String
,
val
type
:
String
,
val
createdAtEpochMs
:
Long
,
val
attempts
:
Int
,
val
reason
:
String
,
val
updatedAtEpochMs
:
Long
)
Lightweight quarantined event metadata for support tooling. Payload is intentionally excluded.
Members
Constructors
Quarantined
Event
Summary
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
createdAtEpochMs
:
Long
,
attempts
:
Int
,
reason
:
String
,
updatedAtEpochMs
:
Long
)
Properties
attempts
Link copied to clipboard
val
attempts
:
Int
created
At
Epoch
Ms
Link copied to clipboard
val
createdAtEpochMs
:
Long
id
Link copied to clipboard
val
id
:
String
reason
Link copied to clipboard
val
reason
:
String
type
Link copied to clipboard
val
type
:
String
updated
At
Epoch
Ms
Link copied to clipboard
val
updatedAtEpochMs
:
Long