Class GoogleUpdatedLocation
Represents a location that was modified by Google.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class GoogleUpdatedLocation : IDirectResponseSchema
Properties
DiffMask
The fields that Google updated.
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 that have pending edits that haven't yet been pushed to Maps and Search.
Declaration
[JsonProperty("pendingMask")]
public virtual object PendingMask { get; set; }
Property Value
Type | Description |
---|---|
object |