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

Chain

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

A chain is a brand that your business's locations can be affiliated with.

interface Chain {
chainNames?: ChainName[];
locationCount?: number;
name?: string;
websites?: ChainUri[];
}

§Properties

§
chainNames?: ChainName[]
[src]

Names of the chain.

§
locationCount?: number
[src]

Number of locations that are part of this chain.

§
name?: string
[src]

Required. The chain's resource name, in the format chains/{chain_id}.

§
websites?: ChainUri[]
[src]

Websites of the chain.