TraktTrendingShow

@Serializable
data class TraktTrendingShow(val show: TraktShow? = null, val watchers: Int? = null)

Constructors

Link copied to clipboard
constructor(show: TraktShow? = null, watchers: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "show")
val show: TraktShow? = null
Link copied to clipboard
@SerialName(value = "watchers")
val watchers: Int? = null