Response
public struct Response : Codable
Undocumented
-
drive id
Declaration
Swift
public let drive_id: String -
upload_id
Declaration
Swift
public let upload_id: String -
是否并行上传
Declaration
Swift
public let parallelUpload: Bool -
已经上传分片列表
Declaration
Swift
public let uploaded_parts: [AliyunpanFile.PartInfo] -
下一页起始资源标识符, 最后一页该值为空
Declaration
Swift
public var next_part_number_marker: String?