GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.places.model / Review

Review

class Review

Constructors

Name Summary
<init> Review(id:Int, userId:String, userName:String, placeId:String, message:String?, rating:Int?, votesUp:Int, votesDown:Int, votesScore:Int, currentUserVote:Int, createdAt: Instant, updatedAt: Instant?)

Properties

Name Summary
createdAt val createdAt: Instant
currentUserVote val currentUserVote:Int
id val id:Int
message val message:String?
placeId val placeId:String
rating val rating:Int?
updatedAt val updatedAt: Instant?
userId val userId:String
userName val userName:String
votesDown val votesDown:Int
votesScore val votesScore:Int
votesUp val votesUp:Int