Class PlaceInsight
Holds information about a place
Implements
Inherited Members
Namespace: Google.Apis.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class PlaceInsight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Place
The unique identifier of the place. This resource name can be used to retrieve details about the place using the Places API.
Declaration
[JsonProperty("place")]
public virtual string Place { get; set; }
Property Value
Type | Description |
---|---|
string |