Show / Hide Table of Contents

Class GoogleMapsAddressvalidationV1ValidateAddressResponse

The response to an address validation request.

Inheritance
object
GoogleMapsAddressvalidationV1ValidateAddressResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AddressValidation.v1.Data
Assembly: Google.Apis.AddressValidation.v1.dll
Syntax
public class GoogleMapsAddressvalidationV1ValidateAddressResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ResponseId

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

Declaration
[JsonProperty("responseId")]
public virtual string ResponseId { get; set; }
Property Value
Type Description
string

Result

The result of the address validation.

Declaration
[JsonProperty("result")]
public virtual GoogleMapsAddressvalidationV1ValidationResult Result { get; set; }
Property Value
Type Description
GoogleMapsAddressvalidationV1ValidationResult

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX