Show / Hide Table of Contents

Class RemovePartnerProvidedIdDataStatus

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

Inheritance
object
RemovePartnerProvidedIdDataStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class RemovePartnerProvidedIdDataStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
[JsonProperty("partnerProvidedIdCount")]
public virtual 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
[JsonProperty("recordCount")]
public virtual long? RecordCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX