google_api_civic_info v0.8.0 GoogleApi.CivicInfo.V2.Model.AdministrativeBody View Source
Information about an election administrative body (e.g. County Board of Elections).
Attributes
absenteeVotingInfoUrl
(type:String.t
, default:nil
) - A URL provided by this administrative body for information on absentee voting.addressLines
(type:list(String.t)
, default:nil
) -ballotInfoUrl
(type:String.t
, default:nil
) - A URL provided by this administrative body to give contest information to the voter.correspondenceAddress
(type:GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t
, default:nil
) - The mailing address of this administrative body.electionInfoUrl
(type:String.t
, default:nil
) - A URL provided by this administrative body for looking up general election information.electionOfficials
(type:list(GoogleApi.CivicInfo.V2.Model.ElectionOfficial.t)
, default:nil
) - The election officials for this election administrative body.electionRegistrationConfirmationUrl
(type:String.t
, default:nil
) - A URL provided by this administrative body for confirming that the voter is registered to vote.electionRegistrationUrl
(type:String.t
, default:nil
) - A URL provided by this administrative body for looking up how to register to vote.electionRulesUrl
(type:String.t
, default:nil
) - A URL provided by this administrative body describing election rules to the voter.hoursOfOperation
(type:String.t
, default:nil
) - A description of the hours of operation for this administrative body.name
(type:String.t
, default:nil
) - The name of this election administrative body.physicalAddress
(type:GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t
, default:nil
) - The physical address of this administrative body.voter_services
(type:list(String.t)
, default:nil
) - A description of the services this administrative body may provide.votingLocationFinderUrl
(type:String.t
, default:nil
) - A URL provided by this administrative body for looking up where to vote.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CivicInfo.V2.Model.AdministrativeBody{ absenteeVotingInfoUrl: String.t(), addressLines: [String.t()], ballotInfoUrl: String.t(), correspondenceAddress: GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t(), electionInfoUrl: String.t(), electionOfficials: [GoogleApi.CivicInfo.V2.Model.ElectionOfficial.t()], electionRegistrationConfirmationUrl: String.t(), electionRegistrationUrl: String.t(), electionRulesUrl: String.t(), hoursOfOperation: String.t(), name: String.t(), physicalAddress: GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t(), voter_services: [String.t()], votingLocationFinderUrl: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.