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