tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbShowCreatedBy
Tmdb
Show
Created
By
@
Serializable
data
class
TmdbShowCreatedBy
(
val
id
:
Int
,
val
creditId
:
String
?
=
null
,
val
gender
:
TmdbGender
?
=
null
,
val
name
:
String
,
val
profilePath
:
String
?
=
null
)
Members
Constructors
Tmdb
Show
Created
By
Link copied to clipboard
constructor
(
id
:
Int
,
creditId
:
String
?
=
null
,
gender
:
TmdbGender
?
=
null
,
name
:
String
,
profilePath
:
String
?
=
null
)
Properties
credit
Id
Link copied to clipboard
val
creditId
:
String
?
=
null
gender
Link copied to clipboard
val
gender
:
TmdbGender
?
=
null
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
profile
Path
Link copied to clipboard
val
profilePath
:
String
?
=
null