google_api_civic_info v0.8.0 GoogleApi.CivicInfo.V2.Model.Provenance View Source

Attributes

  • collidedSegmentSource (type: GoogleApi.CivicInfo.V2.Model.StreetSegmentList.t, default: nil) -
  • ctclContestUuid (type: String.t, default: nil) -
  • ctclOfficeUuid (type: String.t, default: nil) -
  • datasetId (type: String.t, default: nil) -
  • precinctId (type: String.t, default: nil) -
  • precinctSplitId (type: String.t, default: nil) -
  • tsStreetSegmentId (type: String.t, default: nil) -
  • vip5PrecinctId (type: String.t, default: nil) -
  • vip5StreetSegmentId (type: String.t, default: nil) -
  • vipStreetSegmentId (type: String.t, default: nil) -

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.Provenance{
  collidedSegmentSource: GoogleApi.CivicInfo.V2.Model.StreetSegmentList.t(),
  ctclContestUuid: String.t(),
  ctclOfficeUuid: String.t(),
  datasetId: String.t(),
  precinctId: String.t(),
  precinctSplitId: String.t(),
  tsStreetSegmentId: String.t(),
  vip5PrecinctId: String.t(),
  vip5StreetSegmentId: String.t(),
  vipStreetSegmentId: String.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.