Class: Google::Apis::YoutubeV3::LiveChatModeratorSnippet
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubeV3::LiveChatModeratorSnippet
 
- 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
- 
  
    
      #live_chat_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the live chat this moderator can act on. 
- 
  
    
      #moderator_details  ⇒ Google::Apis::YoutubeV3::ChannelProfileDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details about the moderator. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LiveChatModeratorSnippet 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LiveChatModeratorSnippet. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LiveChatModeratorSnippet
Returns a new instance of LiveChatModeratorSnippet
| 4537 4538 4539 | # File 'generated/google/apis/youtube_v3/classes.rb', line 4537 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#live_chat_id ⇒ String
The ID of the live chat this moderator can act on.
Corresponds to the JSON property liveChatId
| 4530 4531 4532 | # File 'generated/google/apis/youtube_v3/classes.rb', line 4530 def live_chat_id @live_chat_id end | 
#moderator_details ⇒ Google::Apis::YoutubeV3::ChannelProfileDetails
Details about the moderator.
Corresponds to the JSON property moderatorDetails
| 4535 4536 4537 | # File 'generated/google/apis/youtube_v3/classes.rb', line 4535 def moderator_details @moderator_details end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 4542 4543 4544 4545 | # File 'generated/google/apis/youtube_v3/classes.rb', line 4542 def update!(**args) @live_chat_id = args[:live_chat_id] if args.key?(:live_chat_id) @moderator_details = args[:moderator_details] if args.key?(:moderator_details) end |