Server Endpoint Background Data Download Activity Response
data class ServerEndpointBackgroundDataDownloadActivityResponse(val downloadedBytes: Double, val percentProgress: Int, val startedTimestamp: String, val timestamp: String)
Background data download activity object
Constructors
Link copied to clipboard
fun ServerEndpointBackgroundDataDownloadActivityResponse(downloadedBytes: Double, percentProgress: Int, startedTimestamp: String, timestamp: String)