Show / Hide Table of Contents

Class UserIdData

User id data holding the user id.

Inheritance
object
UserIdData
Implements
IMessage<UserIdData>
IEquatable<UserIdData>
IDeepCloneable<UserIdData>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX