Class GoogleUpdatedLocation
Represents the view of a location as it appears to consumers, which includes updates that are currently serving on Google Maps and Search.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class GoogleUpdatedLocation : IDirectResponseSchema
Properties
DiffMask
The fields where the values in the view as it appears to consumers are different than the merchant's information. To accept these changes, patch the location. To reject, patch with your preferred values.
Declaration
[JsonProperty("diffMask")]
public virtual object DiffMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Location
The Google-updated version of this location.
Declaration
[JsonProperty("location")]
public virtual Location Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |
PendingMask
The fields where the merchant has provided an update that is currently in flight and hasn't yet been published to Maps and Search. This mask only tracks the status of the merchant's own edits, not external changes.
Declaration
[JsonProperty("pendingMask")]
public virtual object PendingMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |