Show / Hide Table of Contents

Class GoogleMapsAddressvalidationV1AddressMetadata

The metadata for the address. metadata is not guaranteed to be fully populated for every address sent to the Address Validation API.

Inheritance
object
GoogleMapsAddressvalidationV1AddressMetadata
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 GoogleMapsAddressvalidationV1AddressMetadata : IDirectResponseSchema

Properties

Business

Indicates that this is the address of a business. If unset, indicates that the value is unknown.

Declaration
[JsonProperty("business")]
public virtual bool? Business { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

PoBox

Indicates that the address of a PO box. If unset, indicates that the value is unknown.

Declaration
[JsonProperty("poBox")]
public virtual bool? PoBox { get; set; }
Property Value
Type Description
bool?

Residential

Indicates that this is the address of a residence. If unset, indicates that the value is unknown.

Declaration
[JsonProperty("residential")]
public virtual bool? Residential { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX