Trakt User
@Serializable
VIP: If a user is a regular VIP. VIP_EP: If a user is an execute producer.
Constructors
Link copied to clipboard
constructor(userName: String? = null, name: String? = null, location: String? = null, about: String? = null, vip: Boolean = false, joinedAt: Instant? = null, vipEp: Boolean = false, ids: TraktUserIds? = null, vipOg: Boolean = false, images: TraktUserImage? = null)