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

Label

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

Label to be used when displaying the price list, section, or item.

interface Label {
description?: string;
displayName?: string;
languageCode?: string;
}

§Properties

§
description?: string
[src]

Optional. Description of the price list, section, or item.

§
displayName?: string
[src]

Required. Display name for the price list, section, or item.

§
languageCode?: string
[src]

Optional. The BCP-47 language code that these strings apply for. Only one set of labels may be set per language.