Show / Hide Table of Contents

Class ValidateAddressResponse

The response to an address validation request.

Inheritance
object
ValidateAddressResponse
Implements
IMessage<ValidateAddressResponse>
IEquatable<ValidateAddressResponse>
IDeepCloneable<ValidateAddressResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.AddressValidation.V1
Assembly: Google.Maps.AddressValidation.V1.dll
Syntax
public sealed class ValidateAddressResponse : IMessage<ValidateAddressResponse>, IEquatable<ValidateAddressResponse>, IDeepCloneable<ValidateAddressResponse>, IBufferMessage, IMessage

Constructors

ValidateAddressResponse()

Declaration
public ValidateAddressResponse()

ValidateAddressResponse(ValidateAddressResponse)

Declaration
public ValidateAddressResponse(ValidateAddressResponse other)
Parameters
Type Name Description
ValidateAddressResponse other

Properties

ResponseId

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

Declaration
public string ResponseId { get; set; }
Property Value
Type Description
string

Result

The result of the address validation.

Declaration
public ValidationResult Result { get; set; }
Property Value
Type Description
ValidationResult
In this article
Back to top Generated by DocFX