GoogleApi.YouTube.V3.Model.VideoSnippet (google_api_you_tube v0.54.0)

View Source

Basic details about a video, including title, description, uploader, thumbnails and category.

Attributes

  • categoryId (type: String.t, default: nil) - The YouTube video category associated with the video.
  • channelId (type: String.t, default: nil) - The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
  • channelTitle (type: String.t, default: nil) - Channel title for the channel that the video belongs to.
  • defaultAudioLanguage (type: String.t, default: nil) - The default_audio_language property specifies the language spoken in the video's default audio track.
  • defaultLanguage (type: String.t, default: nil) - The language of the videos's default snippet.
  • description (type: String.t, default: nil) - The video's description. @mutable youtube.videos.insert youtube.videos.update
  • liveBroadcastContent (type: String.t, default: nil) - Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast.
  • localized (type: GoogleApi.YouTube.V3.Model.VideoLocalization.t, default: nil) - Localized snippet selected with the hl parameter. If no such localization exists, this field is populated with the default snippet. (Read-only)
  • publishedAt (type: DateTime.t, default: nil) - The date and time when the video was uploaded.
  • tags (type: list(String.t), default: nil) - A list of keyword tags associated with the video. Tags may contain spaces.
  • thumbnails (type: GoogleApi.YouTube.V3.Model.ThumbnailDetails.t, default: nil) - A map of thumbnail images associated with the video. 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 video's title. @mutable youtube.videos.insert youtube.videos.update

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.VideoSnippet{
  categoryId: String.t() | nil,
  channelId: String.t() | nil,
  channelTitle: String.t() | nil,
  defaultAudioLanguage: String.t() | nil,
  defaultLanguage: String.t() | nil,
  description: String.t() | nil,
  liveBroadcastContent: String.t() | nil,
  localized: GoogleApi.YouTube.V3.Model.VideoLocalization.t() | nil,
  publishedAt: DateTime.t() | nil,
  tags: [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.