TraktListIds

@Serializable
data class TraktListIds(val trakt: Int? = null, val slug: String? = null)

Constructors

Link copied to clipboard
constructor(trakt: Int? = null, slug: String? = null)

Properties

Link copied to clipboard
val slug: String? = null
Link copied to clipboard
val trakt: Int? = null