GoogleApi.ContentWarehouse.V1.Model.ShoppingWebentityShoppingAnnotationProductRating
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Information about a rating provided for a product. This can represent an aggregated rating if count is set. Next Id: 7
Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
count
(type:String.t
, default:nil
)
- Number of ratings/reviews aggregated to create this product rating. If there are no ratings yet, this field will be explicitly set to zero, so whether this field is set should be checked using has_count. -
maxValueMillis
(type:String.t
, default:nil
)
- -
minValueMillis
(type:String.t
, default:nil
)
- The lower and upper bounds of the rating values that could be submitted for the product. (Note that it is not the min/max ratings submitted for the product, it is the min/max that can hypothetically be submitted.) -
source
(type:String.t
, default:nil
)
- -
value
(type:float()
, default:nil
)
- The value of this rating normalized between 0 and 5. This will not be set if count is set to 0. -
valueMillis
(type:String.t
, default:nil
)
- The non-normalized aggregated value of the ratings for this product.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ShoppingWebentityShoppingAnnotationProductRating