kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
offline-outbox
/
com.siddharth.kmp.offlineoutbox
/
OpOutboxEntity
Op
Outbox
Entity
data
class
OpOutboxEntity
(
val
seq
:
Long
=
0
,
val
id
:
String
,
val
type
:
String
,
val
payload
:
String
,
val
attempts
:
Int
,
val
status
:
String
,
val
lastError
:
String
?
,
val
createdAtMs
:
Long
)
Members
Constructors
Op
Outbox
Entity
Link copied to clipboard
constructor
(
seq
:
Long
=
0
,
id
:
String
,
type
:
String
,
payload
:
String
,
attempts
:
Int
,
status
:
String
,
lastError
:
String
?
,
createdAtMs
:
Long
)
Properties
attempts
Link copied to clipboard
val
attempts
:
Int
created
At
Ms
Link copied to clipboard
val
createdAtMs
:
Long
id
Link copied to clipboard
val
id
:
String
last
Error
Link copied to clipboard
val
lastError
:
String
?
payload
Link copied to clipboard
val
payload
:
String
seq
Link copied to clipboard
val
seq
:
Long
status
Link copied to clipboard
val
status
:
String
type
Link copied to clipboard
val
type
:
String