OverseerrUser class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

OverseerrUser({int? permissions, int? id, String? email, String? plexUsername, String? username, String? recoveryLinkExpirationDate, int? userType, String? avatar, int? movieQuotaLimit, int? movieQuotaDays, int? tvQuotaLimit, int? tvQuotaDays, DateTime? createdAt, DateTime? updatedAt, int? requestCount, String? displayName})
OverseerrUser.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a OverseerrUser object.
factory

Properties

avatar String?
getter/setter pair
createdAt DateTime?
getter/setter pair
displayName String?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
movieQuotaDays int?
getter/setter pair
movieQuotaLimit int?
getter/setter pair
permissions int?
getter/setter pair
plexUsername String?
getter/setter pair
recoveryLinkExpirationDate String?
getter/setter pair
requestCount int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tvQuotaDays int?
getter/setter pair
tvQuotaLimit int?
getter/setter pair
updatedAt DateTime?
getter/setter pair
username String?
getter/setter pair
userType int?
getter/setter pair

Methods

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