View Source GoogleApi.CivicInfo.V2.Model.AdministrativeBody (google_api_civic_info v0.22.0)

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.
  • 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.
  • electionNoticeText (type: String.t, default: nil) - A last minute or emergency notification text provided by this administrative body.
  • electionNoticeUrl (type: String.t, default: nil) - A URL provided by this administrative body for additional information related to the last minute or emergency notification.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CivicInfo.V2.Model.AdministrativeBody{
  absenteeVotingInfoUrl: String.t() | nil,
  ballotInfoUrl: String.t() | nil,
  correspondenceAddress:
    GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t() | nil,
  electionInfoUrl: String.t() | nil,
  electionNoticeText: String.t() | nil,
  electionNoticeUrl: String.t() | nil,
  electionOfficials: [GoogleApi.CivicInfo.V2.Model.ElectionOfficial.t()] | nil,
  electionRegistrationConfirmationUrl: String.t() | nil,
  electionRegistrationUrl: String.t() | nil,
  electionRulesUrl: String.t() | nil,
  hoursOfOperation: String.t() | nil,
  name: String.t() | nil,
  physicalAddress: GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t() | nil,
  voter_services: [String.t()] | nil,
  votingLocationFinderUrl: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.