PaperUpdateArg
public class PaperUpdateArg : CustomStringConvertible, JSONRepresentable
The PaperUpdateArg struct
-
Path in the user’s Dropbox to update. The path must correspond to a Paper doc or an error will be returned.
Declaration
Swift
public let path: String
-
The format of the provided data.
Declaration
Swift
public let importFormat: Files.ImportFormat
-
How the provided content should be applied to the doc.
Declaration
Swift
public let docUpdatePolicy: Files.PaperDocUpdatePolicy
-
The latest doc revision. Required when doc_update_policy is update. This value must match the current revision of the doc or error revision_mismatch will be returned.
Declaration
Swift
public let paperRevision: Int64?
-
Declaration
Swift
public var description: String { get }