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