Show / Hide Table of Contents

Class UserIdInfo

Additional information when USER_ID is one of the upload_key_types.

Inheritance
object
UserIdInfo
Implements
IMessage<UserIdInfo>
IEquatable<UserIdInfo>
IDeepCloneable<UserIdInfo>
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 UserIdInfo : IMessage<UserIdInfo>, IEquatable<UserIdInfo>, IDeepCloneable<UserIdInfo>, IBufferMessage, IMessage

Constructors

UserIdInfo()

Declaration
public UserIdInfo()

UserIdInfo(UserIdInfo)

Declaration
public UserIdInfo(UserIdInfo other)
Parameters
Type Name Description
UserIdInfo other

Properties

DataSourceType

Optional. Immutable. Source of the upload data.

Declaration
public DataSourceType DataSourceType { get; set; }
Property Value
Type Description
DataSourceType

HasDataSourceType

Gets whether the "data_source_type" field is set

Declaration
public bool HasDataSourceType { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX