Class: Google::Apis::YoutubeV3::LiveChatPollDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::YoutubeV3::LiveChatPollDetails
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #metadata  ⇒ Google::Apis::YoutubeV3::LiveChatPollDetailsPollMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
metadata. - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
status. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LiveChatPollDetails 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of LiveChatPollDetails.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ LiveChatPollDetails
Returns a new instance of LiveChatPollDetails.
      4861 4862 4863  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 4861 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#metadata ⇒ Google::Apis::YoutubeV3::LiveChatPollDetailsPollMetadata
Corresponds to the JSON property metadata
      4854 4855 4856  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 4854 def @metadata end  | 
  
#status ⇒ String
Corresponds to the JSON property status
      4859 4860 4861  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 4859 def status @status end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4866 4867 4868 4869  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 4866 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) @status = args[:status] if args.key?(:status) end  |