Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.metaproviders
/
TmdbProvider
/
TmdbCastMember
Tmdb
Cast
Member
common
data
class
TmdbCastMember
(
val
name
:
String
?
=
null
,
val
character
:
String
?
=
null
,
val
profilePath
:
String
?
=
null
)
(
source
)
Members
Constructors
Tmdb
Cast
Member
Link copied to clipboard
common
constructor
(
name
:
String
?
=
null
,
character
:
String
?
=
null
,
profilePath
:
String
?
=
null
)
Properties
character
Link copied to clipboard
common
val
character
:
String
?
name
Link copied to clipboard
common
val
name
:
String
?
profile
Path
Link copied to clipboard
common
val
profilePath
:
String
?