Class ChannelSettings
Branding properties for the channel view.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelSettings : IDirectResponseSchema
Properties
Country
The country of the channel.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultLanguage
Declaration
[JsonProperty("defaultLanguage")]
public virtual string DefaultLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultTab
Which content tab users should see when viewing the channel.
Declaration
[JsonProperty("defaultTab")]
public virtual string DefaultTab { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Specifies the channel description.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
FeaturedChannelsTitle
Title for the featured channels tab.
Declaration
[JsonProperty("featuredChannelsTitle")]
public virtual string FeaturedChannelsTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
FeaturedChannelsUrls
The list of featured channels.
Declaration
[JsonProperty("featuredChannelsUrls")]
public virtual IList<string> FeaturedChannelsUrls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Keywords
Lists keywords associated with the channel, comma-separated.
Declaration
[JsonProperty("keywords")]
public virtual string Keywords { get; set; }
Property Value
Type | Description |
---|---|
string |
ModerateComments
Whether user-submitted comments left on the channel page need to be approved by the channel owner to be publicly visible.
Declaration
[JsonProperty("moderateComments")]
public virtual bool? ModerateComments { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ProfileColor
A prominent color that can be rendered on this channel page.
Declaration
[JsonProperty("profileColor")]
public virtual string ProfileColor { get; set; }
Property Value
Type | Description |
---|---|
string |
ShowBrowseView
Whether the tab to browse the videos should be displayed.
Declaration
[JsonProperty("showBrowseView")]
public virtual bool? ShowBrowseView { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ShowRelatedChannels
Whether related channels should be proposed.
Declaration
[JsonProperty("showRelatedChannels")]
public virtual bool? ShowRelatedChannels { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Title
Specifies the channel title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingAnalyticsAccountId
The ID for a Google Analytics account to track and measure traffic to the channels.
Declaration
[JsonProperty("trackingAnalyticsAccountId")]
public virtual string TrackingAnalyticsAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
UnsubscribedTrailer
The trailer of the channel, for users that are not subscribers.
Declaration
[JsonProperty("unsubscribedTrailer")]
public virtual string UnsubscribedTrailer { get; set; }
Property Value
Type | Description |
---|---|
string |