UploadSessionFinishArg
public class UploadSessionFinishArg : CustomStringConvertible, JSONRepresentable
The UploadSessionFinishArg struct
-
Contains the upload session ID and the offset.
Declaration
Swift
public let cursor: Files.UploadSessionCursor
-
Contains the path and other optional modifiers for the commit.
Declaration
Swift
public let commit: Files.CommitInfo
-
A hash of the file content uploaded in this call. If provided and the uploaded content does not match this hash, an error will be returned. For more information see our Content hash https://www.dropbox.com/developers/reference/content-hash page.
Declaration
Swift
public let contentHash: String?
-
Declaration
Swift
public var description: String { get }