Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsAddressvalidationV1ValidateAddressResponse

import type { GoogleMapsAddressvalidationV1ValidateAddressResponse } from "https://googleapis.deno.dev/v1/addressvalidation:v1.ts";

The response to an address validation request.

interface GoogleMapsAddressvalidationV1ValidateAddressResponse {
responseId?: string;
}

§Properties

§
responseId?: string
[src]

The UUID that identifies this response. If the address needs to be re-validated, this UUID must accompany the new request.

§

The result of the address validation.