Show / Hide Table of Contents

Class YoutubeAndPartnersInventorySourceConfig

Settings that control what YouTube related inventories the YouTube and Partners line item will target.

Inheritance
object
YoutubeAndPartnersInventorySourceConfig
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.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class YoutubeAndPartnersInventorySourceConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IncludeGoogleTv

Optional. Whether to target inventory in video apps available with Google TV.

Declaration
[JsonProperty("includeGoogleTv")]
public virtual bool? IncludeGoogleTv { get; set; }
Property Value
Type Description
bool?

IncludeYoutube

Optional. Whether to target inventory on YouTube. This includes both search, channels and videos.

Declaration
[JsonProperty("includeYoutube")]
public virtual bool? IncludeYoutube { get; set; }
Property Value
Type Description
bool?

IncludeYoutubeVideoPartners

Whether to target inventory on a collection of partner sites and apps that follow the same brand safety standards as YouTube.

Declaration
[JsonProperty("includeYoutubeVideoPartners")]
public virtual bool? IncludeYoutubeVideoPartners { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX