Class UserData
Data that identifies the user. At least one identifier is required.
Implements
Inherited Members
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> |