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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.