Class RequestStatusPerDestination.Types.RemoveGoogleUserIdDataStatus
The status of the google 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.RemoveGoogleUserIdDataStatus : IMessage<RequestStatusPerDestination.Types.RemoveGoogleUserIdDataStatus>, IEquatable<RequestStatusPerDestination.Types.RemoveGoogleUserIdDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.RemoveGoogleUserIdDataStatus>, IBufferMessage, IMessage
Constructors
RemoveGoogleUserIdDataStatus()
Declaration
public RemoveGoogleUserIdDataStatus()
RemoveGoogleUserIdDataStatus(RemoveGoogleUserIdDataStatus)
Declaration
public RemoveGoogleUserIdDataStatus(RequestStatusPerDestination.Types.RemoveGoogleUserIdDataStatus other)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestStatusPerDestination.Types.RemoveGoogleUserIdDataStatus | other |
Properties
GoogleUserIdCount
The total count of google user ids sent in the removal request. Includes all google user ids in the request, regardless of whether they were successfully removed or not.
Declaration
public long GoogleUserIdCount { 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 |