Data

data class Data(val type: TvType? = null, val mediaDetails: TraktProvider.MediaDetails? = null)

Constructors

Link copied to clipboard
constructor(type: TvType? = null, mediaDetails: TraktProvider.MediaDetails? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val type: TvType? = null