Class RemoveAllAudienceMembersRequest
Request to remove all users from an audience in the provided destinations. Returns a [RemoveAllAudienceMembersResponse][google.ads.datamanager.v1.RemoveAllAudienceMembersResponse].
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RemoveAllAudienceMembersRequest : IMessage<RemoveAllAudienceMembersRequest>, IEquatable<RemoveAllAudienceMembersRequest>, IDeepCloneable<RemoveAllAudienceMembersRequest>, IBufferMessage, IMessage
Constructors
RemoveAllAudienceMembersRequest()
Declaration
public RemoveAllAudienceMembersRequest()
RemoveAllAudienceMembersRequest(RemoveAllAudienceMembersRequest)
Declaration
public RemoveAllAudienceMembersRequest(RemoveAllAudienceMembersRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoveAllAudienceMembersRequest | other |
Properties
Destinations
Required. The list of destinations to remove the users from.
Declaration
public RepeatedField<Destination> Destinations { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Destination> |
RemoveAsOfTime
Optional. The remove as of time. If set, only audience members last added before this time will be removed. If not set, it defaults to current time. The remove as of time must not be in the future.
Declaration
public Timestamp RemoveAsOfTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
ValidateOnly
Optional. For testing purposes. If true, the request is validated but not
executed. Only errors are returned, not results.
Declaration
public bool ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |