Class ChannelBrandingSettings
Branding properties of a YouTube channel.
Implements
Inherited Members
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 |