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
4533 4534 4535 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4533 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
4526 4527 4528 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4526 def live_chat_id @live_chat_id end |
#moderator_details ⇒ Google::Apis::YoutubeV3::ChannelProfileDetails
Details about the moderator.
Corresponds to the JSON property moderatorDetails
4531 4532 4533 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4531 def moderator_details @moderator_details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4538 4539 4540 4541 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4538 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 |