Show / Hide Table of Contents

Class DeleteAssignedTargetingOptionsRequest

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

Inheritance
object
DeleteAssignedTargetingOptionsRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX