View Source GoogleApi.CivicInfo.V2.Model.DivisionByAddressResponse (google_api_civic_info v0.24.0)

Attributes

  • divisions (type: %{optional(String.t) => GoogleApi.CivicInfo.V2.Model.GeographicDivision.t}, default: nil) -
  • normalizedInput (type: GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t, default: nil) - The normalized version of the requested address.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CivicInfo.V2.Model.DivisionByAddressResponse{
  divisions:
    %{
      optional(String.t()) =>
        GoogleApi.CivicInfo.V2.Model.GeographicDivision.t()
    }
    | nil,
  normalizedInput: GoogleApi.CivicInfo.V2.Model.SimpleAddressType.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.