jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ParentalRatingScore
Parental
Rating
Score
data
class
ParentalRatingScore
(
val
score
:
Int
,
val
subScore
:
Int
?
=
null
)
A class representing an parental rating score.
Members
Constructors
Parental
Rating
Score
Link copied to clipboard
constructor
(
score
:
Int
,
subScore
:
Int
?
=
null
)
Properties
score
Link copied to clipboard
val
score
:
Int
The score.
sub
Score
Link copied to clipboard
val
subScore
:
Int
?
=
null
The sub score.