Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.RemoveUserDataStatus

The status of the user data removal from the destination.

Inheritance
object
RequestStatusPerDestination.Types.RemoveUserDataStatus
Implements
IMessage<RequestStatusPerDestination.Types.RemoveUserDataStatus>
IEquatable<RequestStatusPerDestination.Types.RemoveUserDataStatus>
IDeepCloneable<RequestStatusPerDestination.Types.RemoveUserDataStatus>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RequestStatusPerDestination.Types.RemoveUserDataStatus : IMessage<RequestStatusPerDestination.Types.RemoveUserDataStatus>, IEquatable<RequestStatusPerDestination.Types.RemoveUserDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.RemoveUserDataStatus>, IBufferMessage, IMessage

Constructors

RemoveUserDataStatus()

Declaration
public RemoveUserDataStatus()

RemoveUserDataStatus(RemoveUserDataStatus)

Declaration
public RemoveUserDataStatus(RequestStatusPerDestination.Types.RemoveUserDataStatus other)
Parameters
Type Name Description
RequestStatusPerDestination.Types.RemoveUserDataStatus 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

UserIdentifierCount

The total count of user identifiers sent in the removal request. Includes all user identifiers in the request, regardless of whether they were successfully removed or not.

Declaration
public long UserIdentifierCount { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX