Class WatchSettings
Branding properties for the watch. All deprecated.
Implements
Inherited Members
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 |