Class DeleteAssignedTargetingOptionsRequest
A request listing which assigned targeting options of a given targeting type should be deleted.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class DeleteAssignedTargetingOptionsRequest : IDirectResponseSchema
Properties
AssignedTargetingOptionIds
Required. The assigned targeting option IDs to delete.
Declaration
[JsonProperty("assignedTargetingOptionIds")]
public virtual IList<string> AssignedTargetingOptionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetingType
Required. Identifies the type of this assigned targeting option.
Declaration
[JsonProperty("targetingType")]
public virtual string TargetingType { get; set; }
Property Value
Type | Description |
---|---|
string |