Class: Google::Apis::YoutubeV3::LiveChatTextMessageDetails
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubeV3::LiveChatTextMessageDetails
 
- 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
- 
  
    
      #message_text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user's message. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LiveChatTextMessageDetails 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LiveChatTextMessageDetails. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LiveChatTextMessageDetails
Returns a new instance of LiveChatTextMessageDetails
| 4732 4733 4734 | # File 'generated/google/apis/youtube_v3/classes.rb', line 4732 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#message_text ⇒ String
The user's message.
Corresponds to the JSON property messageText
| 4730 4731 4732 | # File 'generated/google/apis/youtube_v3/classes.rb', line 4730 def @message_text end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 4737 4738 4739 | # File 'generated/google/apis/youtube_v3/classes.rb', line 4737 def update!(**args) @message_text = args[:message_text] if args.key?(:message_text) end |