class Google::Apis::YoutubeV3::PlaylistPlayer
Attributes
embed_html[RW]
An <iframe> tag that embeds a player that will play the playlist. Corresponds to the JSON property `embedHtml` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 5999 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_v3/classes.rb, line 6004 def update!(**args) @embed_html = args[:embed_html] if args.key?(:embed_html) end