google_api_civic_info v0.1.0 GoogleApi.CivicInfo.V2.Model.AdministrationRegion View Source

Describes information about a regional election administrative area.

Attributes

  • electionAdministrationBody (AdministrativeBody): The election administration body for this area. Defaults to: null.
  • id (String.t): An ID for this object. IDs may change in future requests and should not be cached. Access to this field requires special access that can be requested from the Request more link on the Quotas page. Defaults to: null.
  • local_jurisdiction (AdministrationRegion): The city or county that provides election information for this voter. This object can have the same elements as state. Defaults to: null.
  • name (String.t): The name of the jurisdiction. Defaults to: null.
  • sources ([Source]): A list of sources for this area. If multiple sources are listed the data has been aggregated from those sources. 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.AdministrationRegion{
  electionAdministrationBody:
    GoogleApi.CivicInfo.V2.Model.AdministrativeBody.t(),
  id: any(),
  local_jurisdiction: GoogleApi.CivicInfo.V2.Model.AdministrationRegion.t(),
  name: any(),
  sources: [GoogleApi.CivicInfo.V2.Model.Source.t()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.