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

RelationshipData

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

Information of all parent and children locations related to this one.

interface RelationshipData {
childrenLocations?: RelevantLocation[];
parentChain?: string;
parentLocation?: RelevantLocation;
}

§Properties

§
childrenLocations?: RelevantLocation[]
[src]

The list of children locations that this location has relations with.

§
parentChain?: string
[src]

The resource name of the Chain that this location is member of. How to find Chain ID

§
parentLocation?: RelevantLocation
[src]

The parent location that this location has relations with.