PaperDocCreateUpdateResult
public class PaperDocCreateUpdateResult : CustomStringConvertible, JSONRepresentable
The PaperDocCreateUpdateResult struct
-
Doc ID of the newly created doc.
Declaration
Swift
public let docId: String
-
The Paper doc revision. Simply an ever increasing number.
Declaration
Swift
public let revision: Int64
-
The Paper doc title.
Declaration
Swift
public let title: String
-
Declaration
Swift
public var description: String { get }