TautulliLibrariesTable class

Model for the Tautulli library table from Tautulli.

Each individual library is stored in libraries, with each Tautulli library being a TautulliTableLibrary.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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

Properties

draw int?
Unknown
final
hashCode int
The hash code for this object.
no setterinherited
libraries List<TautulliTableLibrary>?
List of TautulliTableLibrary, each storing a single Tautulli library data.
final
recordsFiltered int?
The amount of records (filtered).
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 TautulliLibrariesTable 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