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

GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest

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

The request for sending validation feedback.

interface GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest {
conclusion?:
| "VALIDATION_CONCLUSION_UNSPECIFIED"
| "VALIDATED_VERSION_USED"
| "USER_VERSION_USED"
| "UNVALIDATED_VERSION_USED"
| "UNUSED";
responseId?: string;
}

§Properties

§
conclusion?: "VALIDATION_CONCLUSION_UNSPECIFIED" | "VALIDATED_VERSION_USED" | "USER_VERSION_USED" | "UNVALIDATED_VERSION_USED" | "UNUSED"
[src]

Required. The outcome of the sequence of validation attempts. If this field is set to VALIDATION_CONCLUSION_UNSPECIFIED, an INVALID_ARGUMENT error will be returned.

§
responseId?: string
[src]

Required. The ID of the response that this feedback is for. This should be the response_id from the first response in a series of address validation attempts.