TautulliNotifierConfigActions class

Model to store information about a Tautulli notifier configuration actions.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliNotifierConfigActions({bool? onPlay, bool? onBuffer, bool? onChange, bool? onConcurrent, bool? onCreated, bool? onNewDevice, bool? onPause, bool? onPlexServerDown, bool? onPlexServerRemoteAccessDown, bool? onPlexServerRemoteAccessUp, bool? onPlexServerUp, bool? onPlexUpdate, bool? onResume, bool? onStop, bool? onTautulliDatabaseCorruption, bool? onTautulliUpdate, bool? onWatched})
TautulliNotifierConfigActions.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliNotifierConfigActions object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onBuffer bool?
Trigger on buffer warning?
final
onChange bool?
Trigger on transcode decision change?
final
onConcurrent bool?
Trigger on concurrent streams passing threshold?
final
onCreated bool?
Trigger on created/new content?
final
onNewDevice bool?
Trigger on new user device?
final
onPause bool?
Trigger on pause?
final
onPlay bool?
Trigger on play?
final
onPlexServerDown bool?
Trigger on Plex Media Server going down?
final
onPlexServerRemoteAccessDown bool?
Trigger on Plex Media Server remote access going down?
final
onPlexServerRemoteAccessUp bool?
Trigger on Plex Media Server remote access going back up?
final
onPlexServerUp bool?
Trigger on Plex Media Server going back up?
final
onPlexUpdate bool?
Trigger on Plex Media Server update?
final
onResume bool?
Trigger on resume?
final
onStop bool?
Trigger on stop?
final
onTautulliDatabaseCorruption bool?
Trigger on Tautulli database corruption?
final
onTautulliUpdate bool?
Trigger on Tautulli update?
final
onWatched bool?
Trigger on watched?
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 TautulliNotifierConfigActions 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