Show / Hide Table of Contents

Class YoutubeSettings

Contains the YouTube settings.

Inheritance
object
YoutubeSettings
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.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class YoutubeSettings : IDirectResponseSchema

Properties

BusinessLogoCreativeIds

Optional. The IDs of the creatives to use for the business logo. Currently only one creative is supported.

Declaration
[JsonProperty("businessLogoCreativeIds")]
public virtual IList<long?> BusinessLogoCreativeIds { get; set; }
Property Value
Type Description
IList<long?>

BusinessName

Optional. The business name.

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

CallToActions

Optional. The call to actions. Currently only one call to action is supported.

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

Descriptions

Optional. The descriptions. Currently only one description is supported.

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

ETag

The ETag of the item.

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

Headlines

Optional. The headlines associated with the call to actions. Currently only one headline is supported.

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

LongHeadlines

Optional. The long headlines. Currently only one long headline is supported.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX