class Google::Apis::YoutubeV3::LiveChatModeratorSnippet

Attributes

live_chat_id[RW]

The ID of the live chat this moderator can act on. Corresponds to the JSON property `liveChatId` @return [String]

moderator_details[RW]

Details about the moderator. Corresponds to the JSON property `moderatorDetails` @return [Google::Apis::YoutubeV3::ChannelProfileDetails]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 4565
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtube_v3/classes.rb, line 4570
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