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