View Source GoogleApi.AddressValidation.V1.Model.GoogleMapsAddressvalidationV1ValidateAddressResponse (google_api_address_validation v0.3.1)

The response to an address validation request.

Attributes

  • responseId (type: String.t, default: nil) - The UUID that identifies this response. If the address needs to be re-validated, this UUID must accompany the new request.
  • result (type: GoogleApi.AddressValidation.V1.Model.GoogleMapsAddressvalidationV1ValidationResult.t, default: nil) - The result of the address validation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AddressValidation.V1.Model.GoogleMapsAddressvalidationV1ValidateAddressResponse{
    responseId: String.t() | nil,
    result:
      GoogleApi.AddressValidation.V1.Model.GoogleMapsAddressvalidationV1ValidationResult.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.