GoogleApi.YouTube.V3.Model.PlaylistSnippet (google_api_you_tube v0.54.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: DateTime.t, default: nil) - The date and time that the playlist was created.
  • tags (type: list(String.t), default: nil) - Keyword tags associated with the playlist.
  • thumbnailVideoId (type: String.t, default: nil) - Note: if the playlist has a custom thumbnail, this field will not be populated. The video id selected by the user that will be used as the thumbnail of this playlist. This field defaults to the first publicly viewable video in the playlist, if: 1. The user has never selected a video to be the thumbnail of the playlist. 2. The user selects a video to be the thumbnail, and then removes that video from the playlist. 3. The user selects a non-owned video to be the thumbnail, but that video becomes private, or gets deleted.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.PlaylistSnippet{
  channelId: String.t() | nil,
  channelTitle: String.t() | nil,
  defaultLanguage: String.t() | nil,
  description: String.t() | nil,
  localized: GoogleApi.YouTube.V3.Model.PlaylistLocalization.t() | nil,
  publishedAt: DateTime.t() | nil,
  tags: [String.t()] | nil,
  thumbnailVideoId: String.t() | nil,
  thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.