google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.InfoCardSnippet View Source
Attributes
-
channelInfocard
(type:GoogleApi.YouTube.V3.Model.ChannelCard.t
, default:nil
) - -
linkInfocard
(type:GoogleApi.YouTube.V3.Model.LinkCard.t
, default:nil
) - -
playlistInfocard
(type:GoogleApi.YouTube.V3.Model.PlaylistCard.t
, default:nil
) - -
teaser
(type:GoogleApi.YouTube.V3.Model.InfoCardSnippetTeaser.t
, default:nil
) - Each card can have a teaser. Required. -
videoInfocard
(type:GoogleApi.YouTube.V3.Model.VideoCard.t
, default:nil
) -
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.InfoCardSnippet{ channelInfocard: GoogleApi.YouTube.V3.Model.ChannelCard.t(), linkInfocard: GoogleApi.YouTube.V3.Model.LinkCard.t(), playlistInfocard: GoogleApi.YouTube.V3.Model.PlaylistCard.t(), teaser: GoogleApi.YouTube.V3.Model.InfoCardSnippetTeaser.t(), videoInfocard: GoogleApi.YouTube.V3.Model.VideoCard.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.