Class PlaceInfo
Defines an area that's represented by a place ID.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1.Data
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class PlaceInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceId
Required. The ID of the place. Must correspond to a region. (https://developers.google.com/places/web-service/supported_types#table3)
Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceName
Required. The localized name of the place. For example, Scottsdale, AZ.
Declaration
[JsonProperty("placeName")]
public virtual string PlaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |