Server Endpoint Sync Status Response
data class ServerEndpointSyncStatusResponse(val backgroundDataDownloadActivity: ServerEndpointBackgroundDataDownloadActivityResponse, val combinedHealth: String, val downloadActivity: ServerEndpointSyncActivityStatusResponse, val downloadHealth: String, val downloadStatus: ServerEndpointSyncSessionStatusResponse, val lastUpdatedTimestamp: String, val offlineDataTransferStatus: String, val syncActivity: String, val totalPersistentFilesNotSyncingCount: Double, val uploadActivity: ServerEndpointSyncActivityStatusResponse, val uploadHealth: String, val uploadStatus: ServerEndpointSyncSessionStatusResponse)
Server Endpoint sync status
Constructors
Link copied to clipboard
fun ServerEndpointSyncStatusResponse(backgroundDataDownloadActivity: ServerEndpointBackgroundDataDownloadActivityResponse, combinedHealth: String, downloadActivity: ServerEndpointSyncActivityStatusResponse, downloadHealth: String, downloadStatus: ServerEndpointSyncSessionStatusResponse, lastUpdatedTimestamp: String, offlineDataTransferStatus: String, syncActivity: String, totalPersistentFilesNotSyncingCount: Double, uploadActivity: ServerEndpointSyncActivityStatusResponse, uploadHealth: String, uploadStatus: ServerEndpointSyncSessionStatusResponse)