Class RepresentativeInfoData
Implements
Inherited Members
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class RepresentativeInfoData : 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, GeographicDivision> Divisions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GeographicDivision> |
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<Office> Offices { get; set; }
Property Value
Type | Description |
---|---|
IList<Office> |
Officials
Officials holding the offices listed above. Will only be present if includeOffices was true in the request.
Declaration
[JsonProperty("officials")]
public virtual IList<Official> Officials { get; set; }
Property Value
Type | Description |
---|---|
IList<Official> |