TautulliNewsletterConfig class

Model to store information about a Tautulli newsletter configuration.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliNewsletterConfig({int? id, String? idName, int? agentId, String? agentName, String? agentLabel, String? friendlyName, String? cron, bool? active, String? body, String? subject, String? message, Map<String, dynamic>? config, List<Map<String, dynamic>>? configOptions, Map<String, dynamic>? emailConfig, List<Map<String, dynamic>>? emailConfigOptions})
TautulliNewsletterConfig.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliNewsletterConfig object.
factory

Properties

active bool?
Is the newsletter active?
final
agentId int?
Newsletter agent ID.
final
agentLabel String?
Label of the newsletter agent.
final
agentName String?
Name of the newsletter agent.
final
body String?
Body of the newsletter.
final
config Map<String, dynamic>?
Configuration for the newsletter.
final
configOptions List<Map<String, dynamic>>?
Configuration options for the newsletter.
final
cron String?
Cron schedule.
final
emailConfig Map<String, dynamic>?
Email configuration for the newsletter.
final
emailConfigOptions List<Map<String, dynamic>>?
Email configuration options for the newsletter.
final
friendlyName String?
Friendly name (description) of the newsletter.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
Newsletter ID.
final
idName String?
Newsletter ID name.
final
message String?
Message of the newsletter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
Subject of the newsletter.
final

Methods

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