Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 744 Bytes

File metadata and controls

14 lines (10 loc) · 744 Bytes

Unifapi.Sdk.Model.HotelReviews

Aggregate guest rating and review breakdown when present.

Properties

Name Type Description Notes
Rating decimal Aggregate guest rating, typically on a 0-5 scale. [optional]
VotesCount int Number of guest votes behind the rating. [optional]
RatingDistribution Dictionary<string, decimal> Vote counts keyed by star rating (&quot;1&quot;-&quot;5&quot;) when present. [optional]
Extras Dictionary [optional]

[Back to Model list] [Back to API list] [Back to README]