Class AdministrativeBody
Information about an election administrative body (e.g. County Board of Elections).
Implements
Inherited Members
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class AdministrativeBody : IDirectResponseSchema
Properties
AbsenteeVotingInfoUrl
A URL provided by this administrative body for information on absentee voting.
Declaration
[JsonProperty("absenteeVotingInfoUrl")]
public virtual string AbsenteeVotingInfoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
BallotInfoUrl
A URL provided by this administrative body to give contest information to the voter.
Declaration
[JsonProperty("ballotInfoUrl")]
public virtual string BallotInfoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CorrespondenceAddress
The mailing address of this administrative body.
Declaration
[JsonProperty("correspondenceAddress")]
public virtual SimpleAddressType CorrespondenceAddress { get; set; }
Property Value
Type | Description |
---|---|
SimpleAddressType |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ElectionInfoUrl
A URL provided by this administrative body for looking up general election information.
Declaration
[JsonProperty("electionInfoUrl")]
public virtual string ElectionInfoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ElectionNoticeText
A last minute or emergency notification text provided by this administrative body.
Declaration
[JsonProperty("electionNoticeText")]
public virtual string ElectionNoticeText { get; set; }
Property Value
Type | Description |
---|---|
string |
ElectionNoticeUrl
A URL provided by this administrative body for additional information related to the last minute or emergency notification.
Declaration
[JsonProperty("electionNoticeUrl")]
public virtual string ElectionNoticeUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ElectionOfficials
The election officials for this election administrative body.
Declaration
[JsonProperty("electionOfficials")]
public virtual IList<ElectionOfficial> ElectionOfficials { get; set; }
Property Value
Type | Description |
---|---|
IList<ElectionOfficial> |
ElectionRegistrationConfirmationUrl
A URL provided by this administrative body for confirming that the voter is registered to vote.
Declaration
[JsonProperty("electionRegistrationConfirmationUrl")]
public virtual string ElectionRegistrationConfirmationUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ElectionRegistrationUrl
A URL provided by this administrative body for looking up how to register to vote.
Declaration
[JsonProperty("electionRegistrationUrl")]
public virtual string ElectionRegistrationUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ElectionRulesUrl
A URL provided by this administrative body describing election rules to the voter.
Declaration
[JsonProperty("electionRulesUrl")]
public virtual string ElectionRulesUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
HoursOfOperation
A description of the hours of operation for this administrative body.
Declaration
[JsonProperty("hoursOfOperation")]
public virtual string HoursOfOperation { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of this election administrative body.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PhysicalAddress
The physical address of this administrative body.
Declaration
[JsonProperty("physicalAddress")]
public virtual SimpleAddressType PhysicalAddress { get; set; }
Property Value
Type | Description |
---|---|
SimpleAddressType |
VoterServices
A description of the services this administrative body may provide.
Declaration
[JsonProperty("voter_services")]
public virtual IList<string> VoterServices { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
VotingLocationFinderUrl
A URL provided by this administrative body for looking up where to vote.
Declaration
[JsonProperty("votingLocationFinderUrl")]
public virtual string VotingLocationFinderUrl { get; set; }
Property Value
Type | Description |
---|---|
string |