Show / Hide Table of Contents

Class ChannelTopicDetails

Freebase topic information related to the channel.

Inheritance
object
ChannelTopicDetails
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX