google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.InfoCard View Source

Attributes

  • etag (type: String.t, default: nil) - Etag of this resource.
  • id (type: String.t, default: nil) - UUID for this infocard.
  • kind (type: String.t, default: youtube#infocard) - Identifies what kind of resource this is.
  • snippet (type: GoogleApi.YouTube.V3.Model.InfoCardSnippet.t, default: nil) - The snippet object contains basic details about the infocard.

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.InfoCard{
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  snippet: GoogleApi.YouTube.V3.Model.InfoCardSnippet.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.