PaperCreateResult
public class PaperCreateResult : CustomStringConvertible, JSONRepresentable
The PaperCreateResult struct
-
URL to open the Paper Doc.
Declaration
Swift
public let url: String
-
The fully qualified path the Paper Doc was actually created at.
Declaration
Swift
public let resultPath: String
-
The id to use in Dropbox APIs when referencing the Paper Doc.
Declaration
Swift
public let fileId: String
-
The current doc revision.
Declaration
Swift
public let paperRevision: Int64
-
Declaration
Swift
public var description: String { get }