FoundFileDownloads constructor

FoundFileDownloads(
  1. {required DownloadedFileCounts total_counts,
  2. required List<FileDownload> files,
  3. String? next_offset,
  4. int? extra,
  5. int? clientId}
)

Contains a list of downloaded files, found by a search

Implementation

FoundFileDownloads