GoogleApi.YouTube.V3.Model.PlaylistSnippet (google_api_you_tube v0.28.0) View Source

Basic details about a playlist, including title, description and thumbnails.

Attributes

  • channelId (type: String.t, default: nil) - The ID that YouTube uses to uniquely identify the channel that published the playlist.
  • channelTitle (type: String.t, default: nil) - The channel title of the channel that the video belongs to.
  • defaultLanguage (type: String.t, default: nil) - The language of the playlist's default title and description.
  • description (type: String.t, default: nil) - The playlist's description.
  • localized (type: GoogleApi.YouTube.V3.Model.PlaylistLocalization.t, default: nil) - Localized title and description, read-only.
  • publishedAt (type: String.t, default: nil) - The date and time that the playlist was created. The value is specified in ISO 8601 format.
  • tags (type: list(String.t), default: nil) - Keyword tags associated with the playlist.
  • thumbnails (type: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t, default: nil) - A map of thumbnail images associated with the playlist. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
  • title (type: String.t, default: nil) - The playlist's 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.PlaylistSnippet{
  channelId: String.t(),
  channelTitle: String.t(),
  defaultLanguage: String.t(),
  description: String.t(),
  localized: GoogleApi.YouTube.V3.Model.PlaylistLocalization.t(),
  publishedAt: String.t(),
  tags: [String.t()],
  thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t(),
  title: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.