View Source GoogleApi.CivicInfo.V2.Model.ElectionOfficial (google_api_civic_info v0.23.0)

Information about individual election officials.

Attributes

  • emailAddress (type: String.t, default: nil) - The email address of the election official.
  • faxNumber (type: String.t, default: nil) - The fax number of the election official.
  • name (type: String.t, default: nil) - The full name of the election official.
  • officePhoneNumber (type: String.t, default: nil) - The office phone number of the election official.
  • title (type: String.t, default: nil) - The title of the election official.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CivicInfo.V2.Model.ElectionOfficial{
  emailAddress: String.t() | nil,
  faxNumber: String.t() | nil,
  name: String.t() | nil,
  officePhoneNumber: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.