Class GoogleMapsAddressvalidationV1ValidateAddressResponse
The response to an address validation request.
Implements
Inherited Members
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 |