Class ChannelProfileDetails
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelProfileDetails : IDirectResponseSchema
Properties
ChannelId
The YouTube channel ID.
Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }
Property Value
Type | Description |
---|---|
string |
ChannelUrl
The channel's URL.
Declaration
[JsonProperty("channelUrl")]
public virtual string ChannelUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The channel's display name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
ProfileImageUrl
The channels's avatar URL.
Declaration
[JsonProperty("profileImageUrl")]
public virtual string ProfileImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |