ZipDownload
public class ZipDownload : BoxModel
Defines a Zip Download
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
The URL to download the Zip file. If entered in a browser, this URL will trigger a download of the Zip file.
Declaration
Swift
public let downloadUrl: URL
-
The URL to monitor the status of the download.
Declaration
Swift
public let statusUrl: URL
-
Expiration date of the Zip file download.
Declaration
Swift
public let expiresAt: Date?
-
Conflicts that occur between items that have the same name.
Declaration
Swift
public let nameConflicts: [ZipDownloadConflict]?
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.