ZipDownloadConflictItem
public class ZipDownloadConflictItem : BoxModel
Defines a Zip Download Conflict Item
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Identfier
Declaration
Swift
public let id: String
-
Box item type - file or folder.
Declaration
Swift
public let type: String
-
The original name of the item that has the conflict
Declaration
Swift
public let originalName: String
-
The new name of the item when it downloads that resolves the conflict
Declaration
Swift
public let downloadName: String
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.