RadarrCommand class

Model for the response for executing a command in Radarr.

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

Constructors

RadarrCommand({String? name, String? commandName, String? message, RadarrCommandBody? body, String? priority, String? status, DateTime? queued, DateTime? started, DateTime? ended, String? trigger, DateTime? stateChangeTime, bool? sendUpdatesToClient, bool? updateScheduledTask, DateTime? lastExecutionTime, int? id})
RadarrCommand.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrCommand object.
factory

Properties

body RadarrCommandBody?
getter/setter pair
commandName String?
getter/setter pair
ended DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
lastExecutionTime DateTime?
getter/setter pair
message String?
getter/setter pair
name String?
getter/setter pair
priority String?
getter/setter pair
queued DateTime?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendUpdatesToClient bool?
getter/setter pair
started DateTime?
getter/setter pair
stateChangeTime DateTime?
getter/setter pair
status String?
getter/setter pair
trigger String?
getter/setter pair
updateScheduledTask bool?
getter/setter pair

Methods

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