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

GoogleAdsSearchads360V0Common__UnifiedLocationAsset

import type { GoogleAdsSearchads360V0Common__UnifiedLocationAsset } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A unified location asset.

interface GoogleAdsSearchads360V0Common__UnifiedLocationAsset {
locationOwnershipType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "BUSINESS_OWNER"
| "AFFILIATE";
placeId?: string;
}

§Properties

§

The list of business locations for the customer. This will only be returned if the Location Asset is syncing from the Business Profile account. It is possible to have multiple Business Profile listings under the same account that point to the same Place ID.

§
locationOwnershipType?: "UNSPECIFIED" | "UNKNOWN" | "BUSINESS_OWNER" | "AFFILIATE"
[src]

The type of location ownership. If the type is BUSINESS_OWNER, it will be served as a location extension. If the type is AFFILIATE, it will be served as an affiliate location.

§
placeId?: string
[src]

Place IDs uniquely identify a place in the Google Places database and on Google Maps. This field is unique for a given customer ID and asset type. See https://developers.google.com/places/web-service/place-id to learn more about Place ID.