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