@jellyfin/sdk
    Preparing search index...

    Interface ParentalRating

    Class ParentalRating.

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

    Properties

    Name?: string

    Gets or sets the name.

    RatingScore?: ParentalRatingScore
    Value?: number | null

    Gets or sets the value.