Class: Google::Apis::YoutubeV3::LiveChatMessageDeletedDetails

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LiveChatMessageDeletedDetails

Returns a new instance of LiveChatMessageDeletedDetails.



4231
4232
4233
# File 'generated/google/apis/youtube_v3/classes.rb', line 4231

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#deleted_message_idString

Corresponds to the JSON property deletedMessageId

Returns:

  • (String)


4229
4230
4231
# File 'generated/google/apis/youtube_v3/classes.rb', line 4229

def deleted_message_id
  @deleted_message_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4236
4237
4238
# File 'generated/google/apis/youtube_v3/classes.rb', line 4236

def update!(**args)
  @deleted_message_id = args[:deleted_message_id] if args.key?(:deleted_message_id)
end