toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
TvShowContentRatings
/
Rating
Rating
data
class
Rating
(
val
rating
:
String
?
,
val
country
:
CountryCode
?
,
val
descriptors
:
List
<
String
>
?
)
:
TmdbType
Members
Constructors
Rating
Link copied to clipboard
constructor
(
rating
:
String
?
,
country
:
CountryCode
?
,
descriptors
:
List
<
String
>
?
)
Properties
country
Link copied to clipboard
val
country
:
CountryCode
?
descriptors
Link copied to clipboard
val
descriptors
:
List
<
String
>
?
rating
Link copied to clipboard
val
rating
:
String
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)