ZipDownloadItem
public struct ZipDownloadItem : BoxInnerModel
Item field for creating a Zip download.
-
Identfier
Declaration
Swift
public let id: String -
Box item type - should be file or folder.
Declaration
Swift
public let type: String -
Initializer.
Declaration
Swift
public init( id: String, type: String )Parameters
idIdentfier
typeBox item type - should be file or folder
ZipDownloadItem Structure Reference