Class ChannelTopicDetails
Freebase topic information related to the channel.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelTopicDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TopicCategories
A list of Wikipedia URLs that describe the channel's content.
Declaration
[JsonProperty("topicCategories")]
public virtual IList<string> TopicCategories { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TopicIds
A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase Topic API.
Declaration
[JsonProperty("topicIds")]
public virtual IList<string> TopicIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |