Show / Hide Table of Contents

Class ChannelBrandingSettings

Branding properties of a YouTube channel.

Inheritance
object
ChannelBrandingSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

Hints

Additional experimental branding properties.

Declaration
[JsonProperty("hints")]
public virtual IList<PropertyValue> Hints { get; set; }
Property Value
Type Description
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
In this article
Back to top Generated by DocFX