PaperDocExportResult
public class PaperDocExportResult : CustomStringConvertible, JSONRepresentable
The PaperDocExportResult struct
-
The Paper doc owner’s email address.
Declaration
Swift
public let owner: String
-
The Paper doc title.
Declaration
Swift
public let title: String
-
The Paper doc revision. Simply an ever increasing number.
Declaration
Swift
public let revision: Int64
-
MIME type of the export. This corresponds to ExportFormat specified in the request.
Declaration
Swift
public let mimeType: String
-
Declaration
Swift
public var description: String { get }