Show / Hide Table of Contents

Class UserData

Data that identifies the user. At least one identifier is required.

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

Properties

ETag

The ETag of the item.

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

UserIdentifiers

Required. The identifiers for the user. It's possible to provide multiple instances of the same type of data (for example, multiple email addresses). To increase the likelihood of a match, provide as many identifiers as possible. At most 10 userIdentifiers can be provided in a single AudienceMember or Event.

Declaration
[JsonProperty("userIdentifiers")]
public virtual IList<UserIdentifier> UserIdentifiers { get; set; }
Property Value
Type Description
IList<UserIdentifier>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX