TraktList

@Serializable
data class TraktList(val name: String? = null, val ids: TraktListIds? = null, val privacy: TraktListPrivacy? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, ids: TraktListIds? = null, privacy: TraktListPrivacy? = null)

Properties

Link copied to clipboard
val ids: TraktListIds? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard