google_api_you_tube v0.4.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 (String.t): Etag of this resource. Defaults to: null.
  • id (String.t): The ID that YouTube uses to uniquely identify the guide category. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#guideCategory". Defaults to: null.
  • snippet (GuideCategorySnippet): The snippet object contains basic details about the category, such as its title. Defaults to: null.

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: any(),
  id: any(),
  kind: any(),
  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.