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
@
SerialName
(
value
=
"credit_id"
)
val
creditId
:
String
?
=
null
gender
Link copied to clipboard
@
SerialName
(
value
=
"gender"
)
val
gender
:
TmdbGender
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
profile
Path
Link copied to clipboard
@
SerialName
(
value
=
"profile_path"
)
val
profilePath
:
String
?
=
null