TautulliNewsletterConfig constructor

TautulliNewsletterConfig({
  1. int? id,
  2. String? idName,
  3. int? agentId,
  4. String? agentName,
  5. String? agentLabel,
  6. String? friendlyName,
  7. String? cron,
  8. bool? active,
  9. String? body,
  10. String? subject,
  11. String? message,
  12. Map<String, dynamic>? config,
  13. List<Map<String, dynamic>>? configOptions,
  14. Map<String, dynamic>? emailConfig,
  15. List<Map<String, dynamic>>? emailConfigOptions,
})

Implementation

TautulliNewsletterConfig({
    this.id,
    this.idName,
    this.agentId,
    this.agentName,
    this.agentLabel,
    this.friendlyName,
    this.cron,
    this.active,
    this.body,
    this.subject,
    this.message,
    this.config,
    this.configOptions,
    this.emailConfig,
    this.emailConfigOptions,
});