Server Endpoint Sync Session Status Response
data class ServerEndpointSyncSessionStatusResponse(val filesNotSyncingErrors: List<ServerEndpointFilesNotSyncingErrorResponse>, val lastSyncMode: String, val lastSyncPerItemErrorCount: Double, val lastSyncResult: Int, val lastSyncSuccessTimestamp: String, val lastSyncTimestamp: String, val persistentFilesNotSyncingCount: Double, val transientFilesNotSyncingCount: Double)
Sync Session status object.
Constructors
Link copied to clipboard
fun ServerEndpointSyncSessionStatusResponse(filesNotSyncingErrors: List<ServerEndpointFilesNotSyncingErrorResponse>, lastSyncMode: String, lastSyncPerItemErrorCount: Double, lastSyncResult: Int, lastSyncSuccessTimestamp: String, lastSyncTimestamp: String, persistentFilesNotSyncingCount: Double, transientFilesNotSyncingCount: Double)