tmdb-ts
Preparing search index...
PersonMovieCast
Interface PersonMovieCast
A movie cast credit for a person.
interface
PersonMovieCast
{
adult
:
boolean
;
backdrop_path
:
string
;
character
:
string
;
credit_id
:
string
;
genre_ids
:
number
[]
;
id
:
number
;
original_language
:
string
;
original_title
:
string
;
overview
:
string
;
popularity
:
number
;
poster_path
:
string
;
release_date
:
string
;
title
:
string
;
video
:
boolean
;
vote_average
:
number
;
vote_count
:
number
;
}
Hierarchy
Cast
PersonMovieCast
Index
Properties
adult
backdrop_
path
character
credit_
id
genre_
ids
id
original_
language
original_
title
overview
popularity
poster_
path
release_
date
title
video
vote_
average
vote_
count
Properties
adult
adult
:
boolean
backdrop_
path
backdrop_path
:
string
character
character
:
string
credit_
id
credit_id
:
string
genre_
ids
genre_ids
:
number
[]
id
id
:
number
original_
language
original_language
:
string
original_
title
original_title
:
string
overview
overview
:
string
popularity
popularity
:
number
poster_
path
poster_path
:
string
release_
date
release_date
:
string
title
title
:
string
video
video
:
boolean
vote_
average
vote_average
:
number
vote_
count
vote_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adult
backdrop_
path
character
credit_
id
genre_
ids
id
original_
language
original_
title
overview
popularity
poster_
path
release_
date
title
video
vote_
average
vote_
count
tmdb-ts
Loading...
A movie cast credit for a person.