lib
common
lib
/
app.moviebase.trakt.model
/
TraktCheckinShow
Trakt
Checkin
Show
@
Serializable
data
class
TraktCheckinShow
(
val
title
:
String
?
,
val
ids
:
TraktItemIds
)
Members
Constructors
Trakt
Checkin
Show
Link copied to clipboard
constructor
(
title
:
String
?
,
ids
:
TraktItemIds
)
Properties
ids
Link copied to clipboard
val
ids
:
TraktItemIds
title
Link copied to clipboard
val
title
:
String
?