open class Review : Serializable
Represents user reviews about the POI.
Review()
Represents user reviews about the POI. |
open fun getDate(): Optional<String!>!
Returns the date of the review, format ISO_8601 YYYY-MM-DD. |
|
open fun getText(): Optional<String!>!
Returns the content of the review. |
|
open fun toString(): String |