Rating interface

Defines a rating.

Properties

bestRating

The highest rated review. The possible values are 1.0 through 5.0. NOTE: This property will not be serialized. It can only be populated by the server.

ratingValue

The mean (average) rating. The possible values are 1.0 through 5.0.

text

Text representation of an item. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

bestRating

The highest rated review. The possible values are 1.0 through 5.0. NOTE: This property will not be serialized. It can only be populated by the server.

bestRating?: number

Property Value

number

ratingValue

The mean (average) rating. The possible values are 1.0 through 5.0.

ratingValue: number

Property Value

number

text

Text representation of an item. NOTE: This property will not be serialized. It can only be populated by the server.

text?: string

Property Value

string