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

RelevantLocation

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

Information about another location that is related to current one. The relation can be any one of DEPARTMENT_OF or INDEPENDENT_ESTABLISHMENT_OF, and the location specified here can be on either side (parent/child) of the location.

interface RelevantLocation {
placeId?: string;
relationType?: "RELATION_TYPE_UNSPECIFIED" | "DEPARTMENT_OF" | "INDEPENDENT_ESTABLISHMENT_IN";
}

§Properties

§
placeId?: string
[src]

Required. Specify the location that is on the other side of the relation by its placeID.

§
relationType?: "RELATION_TYPE_UNSPECIFIED" | "DEPARTMENT_OF" | "INDEPENDENT_ESTABLISHMENT_IN"
[src]

Required. The type of the relationship.