TautulliLibraryMediaInfo class

Model to store the Tautulli media information table data records.

Each individual media information entry is stored in mediaInfo, with each log being a TautulliLibraryMediaInfoRecord.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

TautulliLibraryMediaInfo({int? recordsFiltered, int? recordsTotal, int? filteredFileSize, int? totalFileSize, int? draw, List<TautulliLibraryMediaInfoRecord>? mediaInfo})
TautulliLibraryMediaInfo.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a TautulliLibraryMediaInfo object.
factory

Properties

draw int?
Unknown
final
filteredFileSize int?
Total file size of the filtered returned results.
final
hashCode int
The hash code for this object.
no setterinherited
mediaInfo List<TautulliLibraryMediaInfoRecord>?
The individual media information records.
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
totalFileSize int?
Total file size of the returned results.
final

Methods

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