@PublicPreview("2021.06") data class Review : Serializable
User reviews of the POI.
date
- Date of the review. The format is ISO_8601 YYYY-MM-DD.
Review(text: String?, date: DateTime?)
User reviews of the POI. |
val date: DateTime?
Date of the review. The format is ISO_8601 YYYY-MM-DD. |
|
val text: String?
Content of the review. |