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
Name
Resource name of the review.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
OriginalText
Original (untranslated) review text.
[JsonPropertyName("originalText")]
public LocalizedText? OriginalText { get; set; }
Property Value
PublishTime
RFC-3339 timestamp the review was published.
[JsonPropertyName("publishTime")]
public string? PublishTime { get; set; }
Property Value
Rating
Star rating of the review, 1.0–5.0.
[JsonPropertyName("rating")]
public double? Rating { get; set; }
Property Value
RelativePublishTimeDescription
Human-readable, localized "time ago" description of the publish time.
[JsonPropertyName("relativePublishTimeDescription")]
public string? RelativePublishTimeDescription { get; set; }
Property Value
Text
Localized review text.
[JsonPropertyName("text")]
public LocalizedText? Text { get; set; }