@jellyfin/sdk
    Preparing search index...

    Interface ParentalRating

    Class ParentalRating.

    ParentalRating

    interface ParentalRating {
        Name?: string;
        RatingScore?: ParentalRatingScore;
        Value?: null | number;
    }
    Index

    Properties

    Name?: string

    Gets or sets the name.

    ParentalRating

    RatingScore?: ParentalRatingScore

    ParentalRating

    Value?: null | number

    Gets or sets the value.

    ParentalRating