averageRating property

double? averageRating
getter/setter pair

The average rating of the Product.

The rating is scaled at 1-5. Otherwise, an INVALID_ARGUMENT error is returned.

Implementation

core.double? averageRating;