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