lib
common
lib
/
app.moviebase.trakt.model
/
TraktTrendingShow
Trakt
Trending
Show
@
Serializable
data
class
TraktTrendingShow
(
val
show
:
TraktShow
?
=
null
,
val
watchers
:
Int
?
=
null
)
Members
Constructors
Trakt
Trending
Show
Link copied to clipboard
constructor
(
show
:
TraktShow
?
=
null
,
watchers
:
Int
?
=
null
)
Properties
show
Link copied to clipboard
val
show
:
TraktShow
?
=
null
watchers
Link copied to clipboard
val
watchers
:
Int
?
=
null