Show / Hide Table of Contents

Class DeleteAssignedTargetingOptionsRequest

A request listing which assigned targeting options of a given targeting type should be deleted.

Inheritance
System.Object
DeleteAssignedTargetingOptionsRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.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
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

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

TargetingType

Required. Identifies the type of this assigned targeting option.

Declaration
[JsonProperty("targetingType")]
public virtual string TargetingType { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top