Show / Hide Table of Contents

Class UserIdentifier

A single identifier for the user.

Inheritance
object
UserIdentifier
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.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class UserIdentifier : IDirectResponseSchema

Properties

Address

The known components of a user's address. Holds a grouping of identifiers that are matched all at once.

Declaration
[JsonProperty("address")]
public virtual AddressInfo Address { get; set; }
Property Value
Type Description
AddressInfo

ETag

The ETag of the item.

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

EmailAddress

Hashed email address using SHA-256 hash function after normalization.

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

PhoneNumber

Hashed phone number using SHA-256 hash function after normalization (E164 standard).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX