ratingCount property

int? ratingCount
getter/setter pair

The total number of ratings.

This value is independent of the value of rating_histogram. This value must be nonnegative. Otherwise, an INVALID_ARGUMENT error is returned.

Implementation

core.int? ratingCount;