Class RemoveAudienceMembersStatus
The status of the remove audience members request.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class RemoveAudienceMembersStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MobileDataRemovalStatus
The status of the mobile data removal from the destination.
Declaration
[JsonProperty("mobileDataRemovalStatus")]
public virtual RemoveMobileDataStatus MobileDataRemovalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| RemoveMobileDataStatus |
PairDataRemovalStatus
The status of the pair data removal from the destination.
Declaration
[JsonProperty("pairDataRemovalStatus")]
public virtual RemovePairDataStatus PairDataRemovalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| RemovePairDataStatus |
UserDataRemovalStatus
The status of the user data removal from the destination.
Declaration
[JsonProperty("userDataRemovalStatus")]
public virtual RemoveUserDataStatus UserDataRemovalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| RemoveUserDataStatus |