Tmdb Person Detail
constructor(alsoKnownAs: List<String>, knownForDepartment: String? = null, biography: String, birthday: String? = null, deathday: String? = null, homepage: String? = null, id: Int, imdbId: String? = null, name: String, profilePath: String? = null, popularity: Float, placeOfBirth: String? = null, externalIds: TmdbExternalIds? = null, taggedImages: TmdbImagePageResult? = null, movieCredits: TmdbPersonMovieCredits? = null, tvCredits: TmdbPersonShowCredits? = null)