Rating(totalRatings: Int?, value: Double?, minValue: Double?, maxValue: Double?)
An object that contains rating information.
totalRatings - Total number of ratings.
totalRatings
value - Rating value, between min/max values inclusive.
value
minValue - Min value of the rating.
minValue
maxValue - Max value of the rating.
maxValue