TautulliNotifier class

Model to store information about a Tautulli notifier.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliNotifier({int? id, int? agentId, String? agentName, String? agentLabel, String? friendlyName, bool? active})
TautulliNotifier.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliNotifier object.
factory

Properties

active bool?
Is the notifier active/enabled?
final
agentId int?
Notifier agent ID.
final
agentLabel String?
Label of the notifier agent.
final
agentName String?
Name of the notifier agent.
final
friendlyName String?
Friendly name (description) of the notifier.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
Notifier ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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