Class ParentalRating.

ParentalRating

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

Properties

Properties

Name?: null | string

Gets or sets the name.

ParentalRating

Value?: null | number

Gets or sets the value.

ParentalRating