ExportResult
public class ExportResult : CustomStringConvertible, JSONRepresentable
The ExportResult struct
-
Metadata for the exported version of the file.
Declaration
Swift
public let exportMetadata: Files.ExportMetadata -
Metadata for the original file.
Declaration
Swift
public let fileMetadata: Files.FileMetadata -
Declaration
Swift
public var description: String { get }
View on GitHub
ExportResult Class Reference