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