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