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

Information about individual election officials.

Attributes

  • emailAddress (String.t): The email address of the election official. Defaults to: null.
  • faxNumber (String.t): The fax number of the election official. Defaults to: null.
  • name (String.t): The full name of the election official. Defaults to: null.
  • officePhoneNumber (String.t): The office phone number of the election official. Defaults to: null.
  • title (String.t): The title of the election official. 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.ElectionOfficial{
  emailAddress: any(),
  faxNumber: any(),
  name: any(),
  officePhoneNumber: any(),
  title: any()
}

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.