Class UserIdData
User id data holding the user id.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class UserIdData : IMessage<UserIdData>, IEquatable<UserIdData>, IDeepCloneable<UserIdData>, IBufferMessage, IMessage
Constructors
UserIdData()
Declaration
public UserIdData()
UserIdData(UserIdData)
Declaration
public UserIdData(UserIdData other)
Parameters
| Type | Name | Description |
|---|---|---|
| UserIdData | other |
Properties
UserId
Required. A unique identifier for a user, as defined by the advertiser.
Declaration
public string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |