toggle menu
lib
common
switch theme
search in API
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
@
SerialName
(
value
=
"show"
)
val
show
:
TraktShow
?
=
null
watchers
Link copied to clipboard
@
SerialName
(
value
=
"watchers"
)
val
watchers
:
Int
?
=
null