ExportInfo
open class ExportInfo : CustomStringConvertible
Export information for a file.
-
Format to which the file can be exported to.
Declaration
Swift
public let exportAs: String?
-
Additional formats to which the file can be exported. These values can be specified as the export_format in /files/export.
Declaration
Swift
public let exportOptions: Array<String>?
-
Declaration
Swift
open var description: String { get }