Show / Hide Table of Contents

Class CreateAssignedTargetingOptionsRequest

A request listing which assigned targeting options of a given targeting type should be created and added.

Inheritance
System.Object
CreateAssignedTargetingOptionsRequest
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 CreateAssignedTargetingOptionsRequest : IDirectResponseSchema

Properties

AssignedTargetingOptions

Required. The assigned targeting options to create and add.

Declaration
[JsonProperty("assignedTargetingOptions")]
public virtual IList<AssignedTargetingOption> AssignedTargetingOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AssignedTargetingOption>

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