UpdatesData

@Serializable
data class UpdatesData<T>(val updatedOrCreated: List<T>, val deleted: List<Long>, val replaceWith: List<T>, val replaceAll: Boolean, val hash: String)

Constructors

Link copied to clipboard
constructor(updatedOrCreated: List<T>, deleted: List<Long>, replaceWith: List<T>, replaceAll: Boolean, hash: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard