RadarrCommandBody class

Model for the body for executing a command in Radarr.

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

Constructors

RadarrCommandBody({String? type, bool? sendUpdatesToClient, bool? updateScheduledTask, String? completionMessage, bool? requiresDiskAccess, bool? isExclusive, bool? isTypeExclusive, String? name, String? trigger, bool? suppressMessages})
RadarrCommandBody.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrCommandBody object.
factory

Properties

completionMessage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isExclusive bool?
getter/setter pair
isTypeExclusive bool?
getter/setter pair
name String?
Name of the command
getter/setter pair
requiresDiskAccess bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendUpdatesToClient bool?
getter/setter pair
suppressMessages bool?
Will messages for this command be suppressed?
getter/setter pair
trigger String?
Method that triggered the command
getter/setter pair
type 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 RadarrCommandBody 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