Show / Hide Table of Contents

Class ChannelTopicDetails

Freebase topic information related to the channel.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.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
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
Back to top