ExportInfo

public class ExportInfo : CustomStringConvertible, JSONRepresentable

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: [String]?
  • Declaration

    Swift

    public var description: String { get }