tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbRole
Tmdb
Role
@
Serializable
data
class
TmdbRole
(
val
creditId
:
String
,
val
character
:
String
,
val
episodeCount
:
Int
)
Members
Constructors
Tmdb
Role
Link copied to clipboard
constructor
(
creditId
:
String
,
character
:
String
,
episodeCount
:
Int
)
Properties
character
Link copied to clipboard
val
character
:
String
credit
Id
Link copied to clipboard
val
creditId
:
String
episode
Count
Link copied to clipboard
val
episodeCount
:
Int