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