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

UriAttributeValue

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

Values for an attribute with a value_type of URL.

interface UriAttributeValue {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. The proposed URI value for this attribute.