RadarrRelease class

Model for a movie release from Radarr.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

RadarrRelease({String? guid, RadarrMovieFileQuality? quality, List<RadarrCustomFormat>? customFormats, int? customFormatScore, int? qualityWeight, int? age, double? ageHours, double? ageMinutes, int? size, int? indexerId, String? indexer, String? releaseGroup, String? releaseHash, String? title, bool? sceneSource, String? movieTitle, List<RadarrLanguage>? languages, bool? approved, bool? temporarilyRejected, bool? rejected, int? imdbId, List<String>? rejections, DateTime? publishDate, String? commentUrl, String? downloadUrl, String? infoUrl, bool? downloadAllowed, int? releaseWeight, String? edition, int? seeders, int? leechers, RadarrProtocol? protocol})
RadarrRelease.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrRelease object.
factory

Properties

age int?
getter/setter pair
ageHours double?
getter/setter pair
ageMinutes double?
getter/setter pair
approved bool?
getter/setter pair
commentUrl String?
getter/setter pair
customFormats List<RadarrCustomFormat>?
getter/setter pair
customFormatScore int?
getter/setter pair
downloadAllowed bool?
getter/setter pair
downloadUrl String?
getter/setter pair
edition String?
getter/setter pair
guid String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imdbId int?
getter/setter pair
indexer String?
getter/setter pair
indexerId int?
getter/setter pair
infoUrl String?
getter/setter pair
languages List<RadarrLanguage>?
getter/setter pair
leechers int?
getter/setter pair
movieTitle String?
getter/setter pair
protocol RadarrProtocol?
getter/setter pair
publishDate DateTime?
getter/setter pair
quality RadarrMovieFileQuality?
getter/setter pair
qualityWeight int?
getter/setter pair
rejected bool?
getter/setter pair
rejections List<String>?
getter/setter pair
releaseGroup String?
getter/setter pair
releaseHash String?
getter/setter pair
releaseWeight int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sceneSource bool?
getter/setter pair
seeders int?
getter/setter pair
size int?
getter/setter pair
temporarilyRejected bool?
getter/setter pair
title String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a RadarrRelease object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited