toggle menu
lib
common
switch theme
search in API
lib
/
app.moviebase.trakt.model
/
TraktAnticipatedShow
Trakt
Anticipated
Show
@
Serializable
data
class
TraktAnticipatedShow
(
val
show
:
TraktShow
?
=
null
,
val
listCount
:
Int
?
=
null
)
Members
Constructors
Trakt
Anticipated
Show
Link copied to clipboard
constructor
(
show
:
TraktShow
?
=
null
,
listCount
:
Int
?
=
null
)
Properties
list
Count
Link copied to clipboard
@
SerialName
(
value
=
"list_count"
)
val
listCount
:
Int
?
=
null
show
Link copied to clipboard
@
SerialName
(
value
=
"show"
)
val
show
:
TraktShow
?
=
null