Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet

Encapsulates a review snippet.

Inheritance
object
GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet : IDirectResponseSchema

Properties

AuthorAttribution

This review's author.

Declaration
[JsonProperty("authorAttribution")]
public virtual GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution AuthorAttribution { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution

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

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

Review

A reference representing this place review which may be used to look up this place review again.

Declaration
[JsonProperty("review")]
public virtual string Review { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX