GoogleCloudRetailV2Rating class

The rating of a Product.

Constructors

GoogleCloudRetailV2Rating({double? averageRating, int? ratingCount, List<int>? ratingHistogram})
GoogleCloudRetailV2Rating.fromJson(Map json_)

Properties

averageRating double?
The average rating of the Product.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ratingCount int?
The total number of ratings.
getter/setter pair
ratingHistogram List<int>?
List of rating counts per rating value (index = rating - 1).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited