UploadPartDescription

public struct UploadPartDescription : BoxModel

Description of uploaded part

  • Undocumented

    Declaration

    Swift

    public let partId: String
  • Undocumented

    Declaration

    Swift

    public let offset: Int
  • Undocumented

    Declaration

    Swift

    public let size: Int
  • Undocumented

    Declaration

    Swift

    public let sha1: String?
  • Declaration

    Swift

    public init(json: [String : Any]) throws
  • Declaration

    Swift

    public var rawData: [String : Any] { get }
  • Undocumented

    Declaration

    Swift

    public func jsonRepresentation() -> [String : Any]