Show / Hide Table of Contents

Class Region

A region is a geographic boundary such as: cities, postal codes, counties, states, etc.

Inheritance
object
Region
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX