PageOfBundleDownloadStatusInfo
PageOfBundleDownloadStatusInfo
JSON Example
{
"elements": [
{
"componentType": "string",
"version": "string",
"bundleId": "string",
"downloadId": "string",
"downloadStatus": "string",
"downloadedSize": 0,
"downloadStartTime": 0,
"downloadEndTime": 0,
"downloadScheduledTime": 0,
"isDownloadCancellable": false,
"message": "string",
"isDownloadable": false
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}