Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1Review

import type { GoogleMapsPlacesV1Review } from "https://googleapis.deno.dev/v1/places:v1.ts";

Information about a review of a place.

interface GoogleMapsPlacesV1Review {
name?: string;
originalText?: GoogleTypeLocalizedText;
publishTime?: Date;
rating?: number;
relativePublishTimeDescription?: string;
}

§Properties

§

This review's author.

§
name?: string
[src]

A reference representing this place review which may be used to look up this place review again (also called the API "resource" name: places/{place_id}/reviews/{review}).

§

The review text in its original language.

§
publishTime?: Date
[src]

Timestamp for the review.

§
rating?: number
[src]

A number between 1.0 and 5.0, also called the number of stars.

§
relativePublishTimeDescription?: string
[src]

A string of formatted recent time, expressing the review time relative to the current time in a form appropriate for the language and country.

§

The localized text of the review.