Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.remote.server
/
UpdatesData
Updates
Data
common
@
Serializable
data
class
UpdatesData
<
T
>
(
val
updatedOrCreated
:
List
<
T
>
,
val
deleted
:
List
<
Long
>
,
val
replaceWith
:
List
<
T
>
,
val
replaceAll
:
Boolean
,
val
hash
:
String
)
Members
Constructors
Updates
Data
Link copied to clipboard
common
constructor
(
updatedOrCreated
:
List
<
T
>
,
deleted
:
List
<
Long
>
,
replaceWith
:
List
<
T
>
,
replaceAll
:
Boolean
,
hash
:
String
)
Properties
deleted
Link copied to clipboard
common
val
deleted
:
List
<
Long
>
hash
Link copied to clipboard
common
val
hash
:
String
replace
All
Link copied to clipboard
common
val
replaceAll
:
Boolean
replace
With
Link copied to clipboard
common
val
replaceWith
:
List
<
T
>
updated
Or
Created
Link copied to clipboard
common
val
updatedOrCreated
:
List
<
T
>