PaperDocCreateUpdateResult
open class PaperDocCreateUpdateResult : CustomStringConvertible
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
open var description: String { get }