Show / Hide Table of Contents

Class ChannelBrandingSettings

Branding properties of a YouTube channel.

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

Properties

Channel

Branding properties for the channel view.

Declaration
[JsonProperty("channel")]
public virtual ChannelSettings Channel { get; set; }
Property Value
Type Description
ChannelSettings

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Hints

Additional experimental branding properties.

Declaration
[JsonProperty("hints")]
public virtual IList<PropertyValue> Hints { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PropertyValue>

Image

Branding properties for branding images.

Declaration
[JsonProperty("image")]
public virtual ImageSettings Image { get; set; }
Property Value
Type Description
ImageSettings

Watch

Branding properties for the watch page.

Declaration
[JsonProperty("watch")]
public virtual WatchSettings Watch { get; set; }
Property Value
Type Description
WatchSettings

Implements

IDirectResponseSchema
Back to top