Class AddressInfo
Address information for the user.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class AddressInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FamilyName
Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GivenName
Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PostalCode
Required. The postal code of the user's address.
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |