Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 763 Bytes

GetReviewsDto.md

File metadata and controls

11 lines (8 loc) · 763 Bytes

Quandoo::GetReviewsDto

Properties

Name Type Description Notes
reviews Array<GetReviewDto> List of returned reviews. [optional]
size Integer Number of reviews returned in this object. [optional]
offset Integer Offset to apply on the next pagination request. Can be higher than the number of available reviews. [optional]
limit Integer Expected number of reviews that could be retrieved in the next pagination request. Can actually be less than the number returned. Its value is 0 when it is sure there are no more reviews available for pagination using the 'offset' as starting point. [optional]