View Source GoogleApi.DisplayVideo.V3.Model.YoutubeVideoDetails (google_api_display_video v0.37.2)

Details of a YouTube video.

Attributes

  • id (type: String.t, default: nil) - The YouTube video ID which can be searched on YouTube webpage.
  • unavailableReason (type: String.t, default: nil) - The reason why the video data is not available.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.YoutubeVideoDetails{
  id: String.t() | nil,
  unavailableReason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.