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

GoogleUpdatedLocation

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

Represents a location that was modified by Google.

interface GoogleUpdatedLocation {
diffMask?: string;
location?: Location;
pendingMask?: string;
}

§Properties

§
diffMask?: string
[src]

The fields that Google updated.

§
location?: Location
[src]

The Google-updated version of this location.

§
pendingMask?: string
[src]

The fields that have pending edits that haven't yet been pushed to Maps and Search.