Table of Contents

Class Review

Namespace
GoogleMapsApi.Entities.PlacesNew.Response
Assembly
GoogleMapsApi.dll

A user review of a place.

public sealed class Review
Inheritance
Review
Inherited Members

Properties

AuthorAttribution

Attribution for the review's author.

[JsonPropertyName("authorAttribution")]
public AuthorAttribution? AuthorAttribution { get; set; }

Property Value

AuthorAttribution

Name

Resource name of the review.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

OriginalText

Original (untranslated) review text.

[JsonPropertyName("originalText")]
public LocalizedText? OriginalText { get; set; }

Property Value

LocalizedText

PublishTime

RFC-3339 timestamp the review was published.

[JsonPropertyName("publishTime")]
public string? PublishTime { get; set; }

Property Value

string

Rating

Star rating of the review, 1.0–5.0.

[JsonPropertyName("rating")]
public double? Rating { get; set; }

Property Value

double?

RelativePublishTimeDescription

Human-readable, localized "time ago" description of the publish time.

[JsonPropertyName("relativePublishTimeDescription")]
public string? RelativePublishTimeDescription { get; set; }

Property Value

string

Text

Localized review text.

[JsonPropertyName("text")]
public LocalizedText? Text { get; set; }

Property Value

LocalizedText