Show / Hide Table of Contents

Class OfflineUserAddressInfo

Identify a user by name and address.

Inheritance
object
OfflineUserAddressInfo
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.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class OfflineUserAddressInfo : IDirectResponseSchema

Properties

City

City of the address.

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

CountryCode

2-letter country code in ISO-3166-1 alpha-2 of the user's address.

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

ETag

The ETag of the item.

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

HashedFirstName

First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).

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

HashedLastName

Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).

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

HashedStreetAddress

The street address of the user hashed using SHA-256 hash function after normalization (lower case only).

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

PostalCode

Postal code of the user's address.

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

State

State code of the address.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX