Class: Google::Apis::YoutubeV3::LiveChatMessageRetractedDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::YoutubeV3::LiveChatMessageRetractedDetails
 
 
- 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
- 
  
    
      #retracted_message_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
retractedMessageId. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LiveChatMessageRetractedDetails 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of LiveChatMessageRetractedDetails.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ LiveChatMessageRetractedDetails
Returns a new instance of LiveChatMessageRetractedDetails.
      4529 4530 4531  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 4529 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#retracted_message_id ⇒ String
Corresponds to the JSON property retractedMessageId
      4527 4528 4529  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 4527 def @retracted_message_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4534 4535 4536  | 
    
      # File 'lib/google/apis/youtube_v3/classes.rb', line 4534 def update!(**args) @retracted_message_id = args[:retracted_message_id] if args.key?(:retracted_message_id) end  |