TautulliNewsletterLogs class

Model to store newsletter logs from Tautulli.

Each individual newsletter log is stored in logs, with each log being a TautulliNewsletterLogRecord.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliNewsletterLogs({int? recordsFiltered, int? recordsTotal, int? draw, List<TautulliNewsletterLogRecord>? logs})
TautulliNewsletterLogs.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliNewsletterLogs object.
factory

Properties

draw int?
Unknown
final
hashCode int
The hash code for this object.
no setterinherited
logs List<TautulliNewsletterLogRecord>?
The individual newsletter logs.
final
recordsFiltered int?
Number of filtered records returned.
final
recordsTotal int?
Total amount of records.
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 TautulliNewsletterLogs 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