Class RemoveGoogleUserIdDataStatus
The status of the google user id data removal from the destination.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class RemoveGoogleUserIdDataStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleUserIdCount
The total count of google user ids sent in the removal request. Includes all google user ids in the request, regardless of whether they were successfully removed or not.
Declaration
[JsonProperty("googleUserIdCount")]
public virtual long? GoogleUserIdCount { 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? |