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

Internal representation of thumbnails for a YouTube resource.

Attributes

  • default (type: GoogleApi.YouTube.V3.Model.Thumbnail.t, default: nil) - The default image for this resource.
  • high (type: GoogleApi.YouTube.V3.Model.Thumbnail.t, default: nil) - The high quality image for this resource.
  • maxres (type: GoogleApi.YouTube.V3.Model.Thumbnail.t, default: nil) - The maximum resolution quality image for this resource.
  • medium (type: GoogleApi.YouTube.V3.Model.Thumbnail.t, default: nil) - The medium quality image for this resource.
  • standard (type: GoogleApi.YouTube.V3.Model.Thumbnail.t, default: nil) - The standard quality image for this resource.

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.ThumbnailDetails{
  default: GoogleApi.YouTube.V3.Model.Thumbnail.t() | nil,
  high: GoogleApi.YouTube.V3.Model.Thumbnail.t() | nil,
  maxres: GoogleApi.YouTube.V3.Model.Thumbnail.t() | nil,
  medium: GoogleApi.YouTube.V3.Model.Thumbnail.t() | nil,
  standard: GoogleApi.YouTube.V3.Model.Thumbnail.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.