Class: Google::Apis::YoutubeV3::PlaylistPlayer
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubeV3::PlaylistPlayer
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_v3/classes.rb,
 generated/google/apis/youtube_v3/representations.rb,
 generated/google/apis/youtube_v3/representations.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PlaylistPlayer 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PlaylistPlayer. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PlaylistPlayer
Returns a new instance of PlaylistPlayer
| 5732 5733 5734 | # File 'generated/google/apis/youtube_v3/classes.rb', line 5732 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#embed_html ⇒ String
An
| 5730 5731 5732 | # File 'generated/google/apis/youtube_v3/classes.rb', line 5730 def @embed_html end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5737 5738 5739 | # File 'generated/google/apis/youtube_v3/classes.rb', line 5737 def update!(**args) @embed_html = args[:embed_html] if args.key?(:embed_html) end |