BundleDownloadSpec
BundleDownloadSpec
Bundle Download Specification. This specification gets used in the Bundle Download API
JSON Example
{
"scheduledTimestamp": "string",
"downloadNow": false,
"cancelNow": false
}
string
scheduledTimestamp
Optional
Bundle Download Scheduled Time
boolean
downloadNow
Optional
Flag for enabling Download Now. If true, scheduledTimestamp is ignored
boolean
cancelNow
Optional
Flag for cancelling the download. If true, scheduledTimestamp/downloadNow is ignored