Class GoogleLocation
Represents a Location that is present on Google. This can be a location that has been claimed by the user, someone else, or could be unclaimed.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class GoogleLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The sparsely populated Location information. This field can be re-used in CreateLocation if it is not currently claimed by a user.
Declaration
[JsonProperty("location")]
public virtual Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |
Name
Resource name of this GoogleLocation, in the format googleLocations/{googleLocationId}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestAdminRightsUri
A URL that will redirect the user to the request admin rights UI. This field is only present if the location has already been claimed by any user, including the current user.
Declaration
[JsonProperty("requestAdminRightsUri")]
public virtual string RequestAdminRightsUri { get; set; }
Property Value
Type | Description |
---|---|
string |