Show / Hide Table of Contents

Class SelectedInventories

The inventory control of the ad group.

Inheritance
object
SelectedInventories
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 SelectedInventories : IDirectResponseSchema

Properties

AllowDiscover

Whether the ad group is opted-in to Discover inventory.

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

AllowGmail

Whether the ad group is opted-in to Gmail inventory.

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

AllowGoogleDisplayNetwork

Whether the ad group is opted-in to Google Display Network inventory.

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

AllowYoutubeFeed

Whether the ad group is opted-in to YouTube in-feed inventory.

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

AllowYoutubeShorts

Whether the ad group is opted-in to YouTube shorts inventory.

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

AllowYoutubeStream

Whether the ad group is opted-in to YouTube in-stream.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX