jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ParentalRatingScore
Parental
Rating
Score
common
@
Serializable
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
common
constructor
(
score
:
Int
,
subScore
:
Int
?
=
null
)
Properties
score
Link copied to clipboard
common
@
SerialName
(
value
=
"score"
)
val
score
:
Int
The score.
sub
Score
Link copied to clipboard
common
@
SerialName
(
value
=
"subScore"
)
val
subScore
:
Int
?
The sub score.