GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution

@Serializable
data class GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution(val displayName: String? = null, val photoUri: String? = null, val uri: String? = null)

Author attribution for a photo or review.

Constructors

constructor(displayName: String? = null, photoUri: String? = null, uri: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null

Name of the author of the Photo or Review.

Link copied to clipboard
val photoUri: String? = null

Profile photo URI of the author of the Photo or Review.

Link copied to clipboard
val uri: String? = null

URI of the author of the Photo or Review.