Show / Hide Table of Contents

Class ChannelSettings

Branding properties for the channel view.

Inheritance
System.Object
ChannelSettings
Implements
IDirectResponseSchema
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 ChannelSettings : IDirectResponseSchema

Properties

Country

The country of the channel.

Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type Description
System.String

DefaultLanguage

Declaration
[JsonProperty("defaultLanguage")]
public virtual string DefaultLanguage { get; set; }
Property Value
Type Description
System.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
System.String

Description

Specifies the channel description.

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

FeaturedChannelsTitle

Title for the featured channels tab.

Declaration
[JsonProperty("featuredChannelsTitle")]
public virtual string FeaturedChannelsTitle { get; set; }
Property Value
Type Description
System.String

FeaturedChannelsUrls

The list of featured channels.

Declaration
[JsonProperty("featuredChannelsUrls")]
public virtual IList<string> FeaturedChannelsUrls { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Keywords

Lists keywords associated with the channel, comma-separated.

Declaration
[JsonProperty("keywords")]
public virtual string Keywords { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Boolean>

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
System.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
System.Nullable<System.Boolean>

ShowRelatedChannels

Whether related channels should be proposed.

Declaration
[JsonProperty("showRelatedChannels")]
public virtual bool? ShowRelatedChannels { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Title

Specifies the channel title.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Implements

IDirectResponseSchema
Back to top