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

Attributes

  • generatedMillis (String.t): Defaults to: null.
  • postalAddress (PostalAddress): Defaults to: null.
  • request (VoterInfoRequest): Defaults to: null.
  • response (VoterInfoResponse): 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.VoterInfoSegmentResult{
  generatedMillis: any(),
  postalAddress: GoogleApi.CivicInfo.V2.Model.PostalAddress.t(),
  request: GoogleApi.CivicInfo.V2.Model.VoterInfoRequest.t(),
  response: GoogleApi.CivicInfo.V2.Model.VoterInfoResponse.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.