toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ParentalRating
Parental
Rating
data
class
ParentalRating
(
val
name
:
String
?
=
null
,
val
value
:
Int
?
=
null
)
Class ParentalRating.
Members
Constructors
Parental
Rating
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
value
:
Int
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name.
value
Link copied to clipboard
val
value
:
Int
?
=
null
The value.