Show / Hide Table of Contents

Class CivicinfoApiprotosV2DivisionByAddressResponse

Inheritance
object
CivicinfoApiprotosV2DivisionByAddressResponse
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.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class CivicinfoApiprotosV2DivisionByAddressResponse : IDirectResponseSchema

Properties

Divisions

Declaration
[JsonProperty("divisions")]
public virtual IDictionary<string, CivicinfoSchemaV2GeographicDivision> Divisions { get; set; }
Property Value
Type Description
IDictionary<string, CivicinfoSchemaV2GeographicDivision>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NormalizedInput

The normalized version of the requested address.

Declaration
[JsonProperty("normalizedInput")]
public virtual CivicinfoSchemaV2SimpleAddressType NormalizedInput { get; set; }
Property Value
Type Description
CivicinfoSchemaV2SimpleAddressType

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX