Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1AuthorAttribution

import type { GoogleMapsPlacesV1AuthorAttribution } from "https://googleapis.deno.dev/v1/places:v1.ts";

Information about the author of the UGC data. Used in Photo, and Review.

interface GoogleMapsPlacesV1AuthorAttribution {
displayName?: string;
photoUri?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of the author of the Photo or Review.

§
photoUri?: string
[src]

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

§
uri?: string
[src]

URI of the author of the Photo or Review.