Class WatchSettings
Branding properties for the watch. All deprecated.
Inheritance
System.Object
WatchSettings
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |