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