Show / Hide Table of Contents

Class GoogleUpdatedLocation

Represents a location that was modified by Google.

Inheritance
object
GoogleUpdatedLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX