Show / Hide Table of Contents

Class PseudonymousIdInfo

Additional information when PSEUDONYMOUS_ID is one of the upload_key_types.

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

Constructors

PseudonymousIdInfo()

Declaration
public PseudonymousIdInfo()

PseudonymousIdInfo(PseudonymousIdInfo)

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

Properties

BillableRecordCount

Optional. Immutable. The number of billable records (e.g. uploaded or matched).

Declaration
public long BillableRecordCount { get; set; }
Property Value
Type Description
long

HasBillableRecordCount

Gets whether the "billable_record_count" field is set

Declaration
public bool HasBillableRecordCount { get; }
Property Value
Type Description
bool

HasSyncStatus

Gets whether the "sync_status" field is set

Declaration
public bool HasSyncStatus { get; }
Property Value
Type Description
bool

SyncStatus

Output only. Sync status of the user list.

Declaration
public PseudonymousIdInfo.Types.SyncStatus SyncStatus { get; set; }
Property Value
Type Description
PseudonymousIdInfo.Types.SyncStatus
In this article
Back to top Generated by DocFX