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

A <code><strong>videoCategory</strong></code> resource identifies a category that has been or could be associated with uploaded videos.

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 video category.
  • kind (type: String.t, default: youtube#videoCategory) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#videoCategory"</code>.
  • snippet (type: GoogleApi.YouTube.V3.Model.VideoCategorySnippet.t, default: nil) - The <code>snippet</code> object contains basic details about the video category, including 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.VideoCategory{
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  snippet: GoogleApi.YouTube.V3.Model.VideoCategorySnippet.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.