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

Metadata

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

Additional non-user-editable information about the location.

interface Metadata {
readonly canDelete?: boolean;
readonly canHaveBusinessCalls?: boolean;
readonly canHaveFoodMenus?: boolean;
readonly canModifyServiceList?: boolean;
readonly canOperateHealthData?: boolean;
readonly canOperateLocalPost?: boolean;
readonly canOperateLodgingData?: boolean;
readonly duplicateLocation?: string;
readonly hasGoogleUpdated?: boolean;
readonly hasPendingEdits?: boolean;
readonly hasVoiceOfMerchant?: boolean;
readonly mapsUri?: string;
readonly newReviewUri?: string;
readonly placeId?: string;
}

§Properties

§
readonly canDelete?: boolean
[src]

Output only. Indicates whether the location can be deleted using the API.

§
readonly canHaveBusinessCalls?: boolean
[src]

Output only. Indicates if the listing is eligible for business calls.

§
readonly canHaveFoodMenus?: boolean
[src]

Output only. Indicates if the listing is eligible for food menu.

§
readonly canModifyServiceList?: boolean
[src]

Output only. Indicates if the listing can modify the service list.

§
readonly canOperateHealthData?: boolean
[src]

Output only. Indicates whether the location can operate on Health data.

§
readonly canOperateLocalPost?: boolean
[src]

Output only. Indicates if the listing can manage local posts.

§
readonly canOperateLodgingData?: boolean
[src]

Output only. Indicates whether the location can operate on Lodging data.

§
readonly duplicateLocation?: string
[src]

Output only. The location resource that this location duplicates.

§
readonly hasGoogleUpdated?: boolean
[src]

Output only. Indicates whether the place ID associated with this location has updates that need to be updated or rejected by the client. If this boolean is set, you should call the getGoogleUpdated method to lookup information that's needs to be verified.

§
readonly hasPendingEdits?: boolean
[src]

Output only. Indicates whether any of this Location's properties are in the edit pending state.

§
readonly hasVoiceOfMerchant?: boolean
[src]

Output only. Indicates if the listing has Voice of Merchant. If this boolean is false, you should call the locations.getVoiceOfMerchantState API to get details as to why they do not have Voice of Merchant.

§
readonly mapsUri?: string
[src]

Output only. A link to the location on Maps.

§
readonly newReviewUri?: string
[src]

Output only. A link to the page on Google Search where a customer can leave a review for the location.

§
readonly placeId?: string
[src]

Output only. If this locationappears on Google Maps, this field is populated with the place ID for the location. This ID can be used in various Places APIs. This field can be set during Create calls, but not for Update.