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

Attributes

  • teaserStartOffset (type: String.t, default: nil) - The offset from the video start at which the teaser should be displayed (activated), in milliseconds. Required.
  • teaserText (type: String.t, default: nil) - The teaser text to show at the top of the player for the info-card. Required for channel and link type cards. Optional for video and playlist type cards.

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.InfoCardSnippetTeaser{
  teaserStartOffset: String.t(),
  teaserText: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.