BundleDownloadStatusInfo
Model for download status for the bundle of a release component.
{
"componentType": "string",
"version": "string",
"bundleId": "string",
"downloadId": "string",
"downloadStatus": "string",
"downloadedSize": 0,
"downloadStartTime": 0,
"downloadEndTime": 0,
"downloadScheduledTime": 0,
"isDownloadCancellable": false,
"message": "string",
"isDownloadable": false
}
The type of the component that the bundle represents.
The version (patch version) of the component.
The bundle ID associated with a component version.
The task ID of the download.
The current status of the download.
The size of the file part that was downloaded so far.
The time when the download started.
The time when the download finished or interrupted.
The time when the download was scheduled to start.
True if download can be cancelled.
In case of failed download, the error message.
Indicates whether the bundle for this component version is downloadable currently or not.