Class GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri
A URI that can be used to flag a place or review for inappropriate content. This is populated only when the grounding source is Google Maps.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FlagContentUri
The URI that can be used to flag the content.
Declaration
[JsonProperty("flagContentUri")]
public virtual string FlagContentUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceId
The ID of the place or review.
Declaration
[JsonProperty("sourceId")]
public virtual string SourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |