Show / Hide Table of Contents

Class VideoDiscoveryAd

Details for a video discovery ad.

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

Properties

Description1

First text line for the ad.

Declaration
[JsonProperty("description1")]
public virtual string Description1 { get; set; }
Property Value
Type Description
string

Description2

Second text line for the ad.

Declaration
[JsonProperty("description2")]
public virtual string Description2 { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Headline

The headline of ad.

Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
Type Description
string

Thumbnail

Thumbnail image used in the ad.

Declaration
[JsonProperty("thumbnail")]
public virtual string Thumbnail { get; set; }
Property Value
Type Description
string

Video

The YouTube video the ad promotes.

Declaration
[JsonProperty("video")]
public virtual YoutubeVideoDetails Video { get; set; }
Property Value
Type Description
YoutubeVideoDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX