google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.PlaylistSnippet View Source

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

Attributes

  • tags ([String.t]): Keyword tags associated with the playlist. Defaults to: null.
  • channelId (String.t): The ID that YouTube uses to uniquely identify the channel that published the playlist. Defaults to: null.
  • channelTitle (String.t): The channel title of the channel that the video belongs to. Defaults to: null.
  • defaultLanguage (String.t): The language of the playlist's default title and description. Defaults to: null.
  • description (String.t): The playlist's description. Defaults to: null.
  • localized (PlaylistLocalization): Localized title and description, read-only. Defaults to: null.
  • publishedAt (DateTime.t): The date and time that the playlist was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. Defaults to: null.
  • thumbnails (ThumbnailDetails): 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. Defaults to: null.
  • title (String.t): The playlist's 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.PlaylistSnippet{
  channelId: any(),
  channelTitle: any(),
  defaultLanguage: any(),
  description: any(),
  localized: GoogleApi.YouTube.V3.Model.PlaylistLocalization.t(),
  publishedAt: DateTime.t(),
  tags: [any()],
  thumbnails: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t(),
  title: any()
}

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.