google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.GuideCategory View Source

A <code><strong>guideCategory</strong></code> resource identifies a category that YouTube algorithmically assigns based on a channel's content or other indicators, such as the channel's popularity. The list is similar to <a href=\"/youtube/v3/docs/videocategory.html\">video categories</a>, with the difference being that a video's uploader can assign a video category but only YouTube can assign a channel category.

Attributes

  • etag (type: String.t, default: nil) - Etag of this resource.
  • id (type: String.t, default: nil) - The ID that YouTube uses to uniquely identify the guide category.
  • kind (type: String.t, default: youtube#guideCategory) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#guideCategory"</code>.
  • snippet (type: GoogleApi.YouTube.V3.Model.GuideCategorySnippet.t, default: nil) - The <code>snippet</code> object contains basic details about the category, such as its title.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.GuideCategory{
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  snippet: GoogleApi.YouTube.V3.Model.GuideCategorySnippet.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.