kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
sync
/
io.github.maniramezan.kommon.sync
/
SyncAppliedRecord
Sync
Applied
Record
@
Serializable
data
class
SyncAppliedRecord
(
val
key
:
String
,
val
id
:
Int
?
=
null
,
val
status
:
String
,
val
updatedAt
:
Long
?
=
null
,
val
reason
:
String
?
=
null
)
One row's outcome from the server for a pushed upsert/delete.
Members
Constructors
Sync
Applied
Record
Link copied to clipboard
constructor
(
key
:
String
,
id
:
Int
?
=
null
,
status
:
String
,
updatedAt
:
Long
?
=
null
,
reason
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
?
key
Link copied to clipboard
@
SerialName
(
value
=
"key"
)
val
key
:
String
reason
Link copied to clipboard
@
SerialName
(
value
=
"reason"
)
val
reason
:
String
?
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updatedAt"
)
val
updatedAt
:
Long
?