Show / Hide Table of Contents

Class RemoveAudienceMembersStatus

The status of the remove audience members request.

Inheritance
object
RemoveAudienceMembersStatus
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 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

PpidDataRemovalStatus

The status of the ppid data removal from the destination.

Declaration
[JsonProperty("ppidDataRemovalStatus")]
public virtual RemovePpidDataStatus PpidDataRemovalStatus { get; set; }
Property Value
Type Description
RemovePpidDataStatus

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

UserIdDataRemovalStatus

The status of the user id data removal from the destination.

Declaration
[JsonProperty("userIdDataRemovalStatus")]
public virtual RemoveUserIdDataStatus UserIdDataRemovalStatus { get; set; }
Property Value
Type Description
RemoveUserIdDataStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX