Show / Hide Table of Contents

Class RemoveAllAudienceMembersRequest

Request to remove all users from an audience in the provided destinations. Returns a RemoveAllAudienceMembersResponse.

Inheritance
object
RemoveAllAudienceMembersRequest
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 RemoveAllAudienceMembersRequest : IDirectResponseSchema

Properties

Destinations

Required. The list of destinations to remove the users from.

Declaration
[JsonProperty("destinations")]
public virtual IList<Destination> Destinations { get; set; }
Property Value
Type Description
IList<Destination>

ETag

The ETag of the item.

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

RemoveAsOfTime

object representation of RemoveAsOfTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RemoveAsOfTimeDateTimeOffset instead.")]
public virtual object RemoveAsOfTime { get; set; }
Property Value
Type Description
object

RemoveAsOfTimeDateTimeOffset

DateTimeOffset representation of RemoveAsOfTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RemoveAsOfTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RemoveAsOfTimeRaw

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
[JsonProperty("removeAsOfTime")]
public virtual string RemoveAsOfTimeRaw { get; set; }
Property Value
Type Description
string

ValidateOnly

Optional. For testing purposes. If true, the request is validated but not executed. Only errors are returned, not results.

Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX