SonarrHistoryRecordData constructor

SonarrHistoryRecordData({
  1. String? droppedPath,
  2. String? importedPath,
  3. String? downloadClient,
  4. String? downloadClientName,
  5. String? indexer,
  6. String? nzbInfoUrl,
  7. String? releaseGroup,
  8. String? downloadUrl,
  9. String? guid,
  10. String? reason,
  11. String? message,
  12. String? sourcePath,
  13. String? sourceRelativePath,
  14. String? path,
  15. String? relativePath,
})

Implementation

SonarrHistoryRecordData({
    this.droppedPath,
    this.importedPath,
    this.downloadClient,
    this.downloadClientName,
    this.indexer,
    this.nzbInfoUrl,
    this.releaseGroup,
    this.downloadUrl,
    this.guid,
    this.reason,
    this.message,
    this.sourcePath,
    this.sourceRelativePath,
    this.path,
    this.relativePath,
});