GoogleApi.YouTube.V3.Model.ChannelTopicDetails (google_api_you_tube v0.54.0)

View Source

Freebase topic information related to the channel.

Attributes

  • topicCategories (type: list(String.t), default: nil) - A list of Wikipedia URLs that describe the channel's content.
  • topicIds (type: list(String.t), default: nil) - A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase Topic API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.ChannelTopicDetails{
  topicCategories: [String.t()] | nil,
  topicIds: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.