FileList

public struct FileList : Decodable, Equatable

Represents a list of files available from digi.me library

  • The list of available files

    Declaration

    Swift

    public let files: [FileListItem]?
  • The overall status of synchronisation between sources and library

    Declaration

    Swift

    public let status: SyncStatus