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

View Source

Attributes

  • etag (type: String.t, default: nil) - Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.
  • featuredPart (type: boolean(), default: nil) -
  • gaia (type: String.t, default: nil) -
  • id (type: String.t, default: nil) -
  • snippet (type: GoogleApi.YouTube.V3.Model.TestItemTestItemSnippet.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.TestItem{
  etag: String.t() | nil,
  featuredPart: boolean() | nil,
  gaia: String.t() | nil,
  id: String.t() | nil,
  snippet: GoogleApi.YouTube.V3.Model.TestItemTestItemSnippet.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.