Class Region
A region is a geographic boundary such as: cities, postal codes, counties, states, etc.
Implements
Inherited Members
Namespace: Google.Apis.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class Region : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Place
The place ID of the
geographic region. Not all region types are supported; see documentation for details. Format: Must be in
the format places/PLACE_ID, where PLACE_ID is the unique identifier of a place. For example:
places/ChIJPV4oX_65j4ARVW8IJ6IJUYs.
Declaration
[JsonProperty("place")]
public virtual string Place { get; set; }
Property Value
| Type | Description |
|---|---|
| string |