ZipDownloadItem

public struct ZipDownloadItem : BoxInnerModel

Item field for creating a Zip download.

Properties

  • id

    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

    id

    Identfier

    type

    Box item type - should be file or folder