View Source GoogleApi.YouTube.V3.Model.PlaylistImage (google_api_you_tube v0.47.0)

Attributes

  • id (type: String.t, default: nil) - Identifies this resource (playlist id and image type).
  • kind (type: String.t, default: youtube#playlistImage) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistImages".
  • snippet (type: GoogleApi.YouTube.V3.Model.PlaylistImageSnippet.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.YouTube.V3.Model.PlaylistImage{
  id: String.t() | nil,
  kind: String.t() | nil,
  snippet: GoogleApi.YouTube.V3.Model.PlaylistImageSnippet.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.