Class: Google::Apis::YoutubeV3::LiveChatMessageDeletedDetails
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::LiveChatMessageDeletedDetails
- 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
-
#deleted_message_id ⇒ String
Corresponds to the JSON property
deletedMessageId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiveChatMessageDeletedDetails
constructor
A new instance of LiveChatMessageDeletedDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LiveChatMessageDeletedDetails
Returns a new instance of LiveChatMessageDeletedDetails
4345 4346 4347 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4345 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deleted_message_id ⇒ String
Corresponds to the JSON property deletedMessageId
4343 4344 4345 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4343 def @deleted_message_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4350 4351 4352 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4350 def update!(**args) @deleted_message_id = args[:deleted_message_id] if args.key?(:deleted_message_id) end |