notifierId property

  1. @JsonKey(name: 'notifier_id', fromJson: TautulliUtilities.ensureIntegerFromJson)
int? notifierId
final

Notifier ID for the notifier that triggered the notification.

Implementation

@JsonKey(name: 'notifier_id', fromJson: TautulliUtilities.ensureIntegerFromJson)
final int? notifierId;