ReviewSnippet

Encapsulates a snippet of a user review that answers a question about the features of a specific place in Google Maps.

Fields
title string

title of the review.

url string

A link that corresponds to the user review on Google Maps.

reviewId string

The id of the review snippet.

JSON representation
{
  "title": string,
  "url": string,
  "reviewId": string
}