GroundingMetadataSourceFlaggingUri

@Serializable
data class GroundingMetadataSourceFlaggingUri(val flagContentUri: String? = null, val sourceId: String? = null)

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. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(flagContentUri: String? = null, sourceId: String? = null)

Properties

Link copied to clipboard
val flagContentUri: String? = null

The URI that can be used to flag the content.

Link copied to clipboard
val sourceId: String? = null

The ID of the place or review.