Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus

The status of the partner provided id data removal from the destination.

Inheritance
object
RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus
Implements
IMessage<RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus>
IEquatable<RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus>
IDeepCloneable<RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus>
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.RemovePartnerProvidedIdDataStatus : IMessage<RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus>, IEquatable<RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus>, IBufferMessage, IMessage

Constructors

RemovePartnerProvidedIdDataStatus()

Declaration
public RemovePartnerProvidedIdDataStatus()

RemovePartnerProvidedIdDataStatus(RemovePartnerProvidedIdDataStatus)

Declaration
public RemovePartnerProvidedIdDataStatus(RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus other)
Parameters
Type Name Description
RequestStatusPerDestination.Types.RemovePartnerProvidedIdDataStatus other

Properties

PartnerProvidedIdCount

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

Declaration
public long PartnerProvidedIdCount { 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
In this article
Back to top Generated by DocFX