GoogleApi.YouTube.V3.Model.PlaylistImage (google_api_you_tube v0.54.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.