ExportArg

public class ExportArg : CustomStringConvertible, JSONRepresentable

The ExportArg struct

  • The path of the file to be exported.

    Declaration

    Swift

    public let path: String
  • The file format to which the file should be exported. This must be one of the formats listed in the file’s export_options returned by getMetadata. If none is specified, the default format (specified in export_as in file metadata) will be used.

    Declaration

    Swift

    public let exportFormat: String?
  • Declaration

    Swift

    public var description: String { get }