Class GoogleMapsPlacesV1Review
Information about a review of a place.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1Review : IDirectResponseSchema
Properties
AuthorAttribution
This review's author.
Declaration
[JsonProperty("authorAttribution")]
public virtual GoogleMapsPlacesV1AuthorAttribution AuthorAttribution { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapsPlacesV1AuthorAttribution |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FlagContentUri
A link where users can flag a problem with the review.
Declaration
[JsonProperty("flagContentUri")]
public virtual string FlagContentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleMapsUri
A link to show the review on Google Maps.
Declaration
[JsonProperty("googleMapsUri")]
public virtual string GoogleMapsUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
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}
).
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginalText
The review text in its original language.
Declaration
[JsonProperty("originalText")]
public virtual GoogleTypeLocalizedText OriginalText { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeLocalizedText |
PublishTime
object representation of PublishTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PublishTimeDateTimeOffset instead.")]
public virtual object PublishTime { get; set; }
Property Value
Type | Description |
---|---|
object |
PublishTimeDateTimeOffset
DateTimeOffset representation of PublishTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? PublishTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
PublishTimeRaw
Timestamp for the review.
Declaration
[JsonProperty("publishTime")]
public virtual string PublishTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Rating
A number between 1.0 and 5.0, also called the number of stars.
Declaration
[JsonProperty("rating")]
public virtual double? Rating { get; set; }
Property Value
Type | Description |
---|---|
double? |
RelativePublishTimeDescription
A string of formatted recent time, expressing the review time relative to the current time in a form appropriate for the language and country.
Declaration
[JsonProperty("relativePublishTimeDescription")]
public virtual string RelativePublishTimeDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Text
The localized text of the review.
Declaration
[JsonProperty("text")]
public virtual GoogleTypeLocalizedText Text { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeLocalizedText |