Show / Hide Table of Contents

Class WatchSettings

Branding properties for the watch. All deprecated.

Inheritance
object
WatchSettings
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.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class WatchSettings : IDirectResponseSchema

Properties

BackgroundColor

The text color for the video watch page's branded area.

Declaration
[JsonProperty("backgroundColor")]
public virtual string BackgroundColor { 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

FeaturedPlaylistId

An ID that uniquely identifies a playlist that displays next to the video player.

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

TextColor

The background color for the video watch page's branded area.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX