Show / Hide Table of Contents

Class CivicinfoApiprotosV2RepresentativeInfoData

Inheritance
object
CivicinfoApiprotosV2RepresentativeInfoData
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 CivicinfoApiprotosV2RepresentativeInfoData : IDirectResponseSchema

Properties

Divisions

A map of political geographic divisions that contain the requested address, keyed by the unique Open Civic Data identifier for this division.

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

Offices

Elected offices referenced by the divisions listed above. Will only be present if includeOffices was true in the request.

Declaration
[JsonProperty("offices")]
public virtual IList<CivicinfoSchemaV2Office> Offices { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2Office>

Officials

Officials holding the offices listed above. Will only be present if includeOffices was true in the request.

Declaration
[JsonProperty("officials")]
public virtual IList<CivicinfoSchemaV2Official> Officials { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2Official>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX