RadarrQueueRecord constructor

RadarrQueueRecord({
  1. int? movieId,
  2. List<RadarrLanguage>? languages,
  3. RadarrMovieFileQuality? quality,
  4. List<RadarrCustomFormat>? customFormats,
  5. double? size,
  6. String? title,
  7. double? sizeLeft,
  8. String? timeLeft,
  9. DateTime? estimatedCompletionTime,
  10. RadarrQueueRecordStatus? status,
  11. RadarrTrackedDownloadStatus? trackedDownloadStatus,
  12. RadarrTrackedDownloadState? trackedDownloadState,
  13. List<RadarrQueueStatusMessage>? statusMessages,
  14. String? downloadId,
  15. RadarrProtocol? protocol,
  16. String? downloadClient,
  17. String? indexer,
  18. String? outputPath,
  19. int? id,
})

Implementation

RadarrQueueRecord({
    this.movieId,
    this.languages,
    this.quality,
    this.customFormats,
    this.size,
    this.title,
    this.sizeLeft,
    this.timeLeft,
    this.estimatedCompletionTime,
    this.status,
    this.trackedDownloadStatus,
    this.trackedDownloadState,
    this.statusMessages,
    this.downloadId,
    this.protocol,
    this.downloadClient,
    this.indexer,
    this.outputPath,
    this.id,
});