GoogleApi.YouTube.V3.Model.Thumbnail (google_api_you_tube v0.38.0) View Source

A thumbnail is an image representing a YouTube resource.

Attributes

  • height (type: integer(), default: nil) - (Optional) Height of the thumbnail image.
  • url (type: String.t, default: nil) - The thumbnail image's URL.
  • width (type: integer(), default: nil) - (Optional) Width of the thumbnail image.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.Thumbnail{
  height: integer() | nil,
  url: String.t() | nil,
  width: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.