Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudAiplatformV1GroundingMetadataSourceFlaggingUri
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX