Class RequestStatusPerDestination.Types.RemovePpidDataStatus
The status of the ppid data removal from the destination.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RequestStatusPerDestination.Types.RemovePpidDataStatus : IMessage<RequestStatusPerDestination.Types.RemovePpidDataStatus>, IEquatable<RequestStatusPerDestination.Types.RemovePpidDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.RemovePpidDataStatus>, IBufferMessage, IMessage
Constructors
RemovePpidDataStatus()
Declaration
public RemovePpidDataStatus()
RemovePpidDataStatus(RemovePpidDataStatus)
Declaration
public RemovePpidDataStatus(RequestStatusPerDestination.Types.RemovePpidDataStatus other)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestStatusPerDestination.Types.RemovePpidDataStatus | other |
Properties
PpidCount
The total count of ppids sent in the removal request. Includes all ppids in the request, regardless of whether they were successfully removed or not.
Declaration
public long PpidCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
RecordCount
The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.
Declaration
public long RecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |