GoogleApi.DisplayVideo.V3.Model.YoutubeVideoDetails (google_api_display_video v0.39.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.