Class RequestStatusPerDestination.Types.RemovePairDataStatus
The status of the pair data removal from the destination.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RequestStatusPerDestination.Types.RemovePairDataStatus : IMessage<RequestStatusPerDestination.Types.RemovePairDataStatus>, IEquatable<RequestStatusPerDestination.Types.RemovePairDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.RemovePairDataStatus>, IBufferMessage, IMessage
Constructors
RemovePairDataStatus()
Declaration
public RemovePairDataStatus()
RemovePairDataStatus(RemovePairDataStatus)
Declaration
public RemovePairDataStatus(RequestStatusPerDestination.Types.RemovePairDataStatus other)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestStatusPerDestination.Types.RemovePairDataStatus | other |
Properties
PairIdCount
The total count of pair ids sent in the removal request. Includes all pair ids in the request, regardless of whether they were successfully removed or not.
Declaration
public long PairIdCount { 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 |