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

A guideCategory 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 video categories, 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 "youtube#guideCategory".
  • snippet (type: GoogleApi.YouTube.V3.Model.GuideCategorySnippet.t, default: nil) - The snippet 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.