TautulliUsersTable class

Model for the Tautulli user table from Tautulli.

Each individual Tautulli user data is stored in users, with each Tautulli user being a TautulliTableUser.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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

Properties

draw int?
Unknown
final
hashCode int
The hash code for this object.
no setterinherited
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
users List<TautulliTableUser>?
List of TautulliUser, each storing a single Tautulli user data.
final

Methods

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