UserRating
public struct UserRating : Codable
A root object that stores information about a show’s user rating.
-
The list of ratings per star.
Declaration
Swift
public let ratingCountList: [Int]
-
The average rating of the show.
Declaration
Swift
public let averageRating: Double
-
The number of ratings the show accumulated.
Declaration
Swift
public let ratingCount: Int