ParentalRating

data class ParentalRating(val name: String? = null, val value: Int? = null)

Class ParentalRating.

Constructors

Link copied to clipboard
constructor(name: String? = null, value: Int? = null)

Properties

Link copied to clipboard
val name: String? = null

The name.

Link copied to clipboard
val value: Int? = null

The value.