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

AttributeValueMetadata

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

Metadata for supported attribute values.

interface AttributeValueMetadata {
displayName?: string;
value?: any;
}

§Properties

§
displayName?: string
[src]

The display name for this value, localized where available; otherwise, in English. The value display name is intended to be used in context with the attribute display name. For example, for a "WiFi" enum attribute, this could contain "Paid" to represent paid Wi-Fi.

§
value?: any
[src]

The attribute value.