RadarrImportList class

Model for an import list from Radarr.

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

Constructors

RadarrImportList({bool? enabled, bool? enableAuto, bool? shouldMonitor, String? rootFolderPath, int? qualityProfileId, bool? searchOnAdd, RadarrAvailability? minimumAvailability, String? listType, int? listOrder, String? name, List<Map>? fields, String? implementationName, String? implementation, String? configContract, String? infoLink, List<int>? tags, int? id})
RadarrImportList.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrImportList object.
factory

Properties

configContract String?
getter/setter pair
enableAuto bool?
getter/setter pair
enabled bool?
getter/setter pair
fields List<Map>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
implementation String?
getter/setter pair
implementationName String?
getter/setter pair
getter/setter pair
listOrder int?
getter/setter pair
listType String?
getter/setter pair
minimumAvailability RadarrAvailability?
getter/setter pair
name String?
getter/setter pair
qualityProfileId int?
getter/setter pair
rootFolderPath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchOnAdd bool?
getter/setter pair
shouldMonitor bool?
getter/setter pair
tags List<int>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a RadarrImportList 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