Class CivicinfoApiprotosV2DivisionByAddressResponse
Inheritance
CivicinfoApiprotosV2DivisionByAddressResponse
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
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
The normalized version of the requested address.
Declaration
[JsonProperty("normalizedInput")]
public virtual CivicinfoSchemaV2SimpleAddressType NormalizedInput { get; set; }
Property Value
Implements