TraktAnticipatedShow

@Serializable
data class TraktAnticipatedShow(val show: TraktShow? = null, val listCount: Int? = null)

Constructors

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

Properties

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