ZipDownloadConflict
public class ZipDownloadConflict : BoxModel
Defines a Zip Download Conflict
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get } -
Conflict that occurs between items that have the same name.
Declaration
Swift
public let conflict: [ZipDownloadConflictItem]? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
ZipDownloadConflict Class Reference