GoogleApi.CivicInfo.V2.Model.CivicinfoApiprotosV2DivisionByAddressResponse (google_api_civic_info v0.26.0)

View Source

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.CivicInfo.V2.Model.CivicinfoApiprotosV2DivisionByAddressResponse{
    divisions:
      %{
        optional(String.t()) =>
          GoogleApi.CivicInfo.V2.Model.CivicinfoSchemaV2GeographicDivision.t()
      }
      | nil,
    normalizedInput:
      GoogleApi.CivicInfo.V2.Model.CivicinfoSchemaV2SimpleAddressType.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.