Show / Hide Table of Contents

Class VideoTargeting

Represents targeting information about video.

Inheritance
object
VideoTargeting
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class VideoTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludedPositionTypes

A list of video positions to be excluded. Position types can either be included or excluded (XOR).

Declaration
[JsonProperty("excludedPositionTypes")]
public virtual IList<string> ExcludedPositionTypes { get; set; }
Property Value
Type Description
IList<string>

TargetedPositionTypes

A list of video positions to be included. When the included list is present, the excluded list must be empty. When the excluded list is present, the included list must be empty.

Declaration
[JsonProperty("targetedPositionTypes")]
public virtual IList<string> TargetedPositionTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX