toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
PersonListResult
/
PersonListResult
Person
List
Result
constructor
(
profilePath
:
String
?
,
adult
:
Boolean
?
,
gender
:
Gender
?
,
id
:
Int
?
,
mediaType
:
MediaType
?
,
knownFor
:
List
<
MovieTvPersonListResult
>
=
emptyList()
,
knownForDepartment
:
String
?
,
creditId
:
String
?
,
name
:
String
?
,
popularity
:
Double
?
,
originalName
:
String
?
)