data class SyncStatus(val imsProject: String, var lastSuccessfulSync: OffsetDateTime?)

Base class for storing information about general sync status

Parameters

imsProject

IMS project ID

lastSuccessfulSync

Timestamp of the last successful sync. nullable for future use

Constructors

Link copied to clipboard
constructor(imsProject: String, lastSuccessfulSync: OffsetDateTime?)

Properties

Link copied to clipboard
var id: ObjectId?

MongoDB ID

Link copied to clipboard
Link copied to clipboard