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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LiveChatMessageDeletedDetails

Returns a new instance of LiveChatMessageDeletedDetails.



4429
4430
4431
# File 'lib/google/apis/youtube_v3/classes.rb', line 4429

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

Instance Attribute Details

#deleted_message_idString

Corresponds to the JSON property deletedMessageId

Returns:

  • (String)


4427
4428
4429
# File 'lib/google/apis/youtube_v3/classes.rb', line 4427

def deleted_message_id
  @deleted_message_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4434
4435
4436
# File 'lib/google/apis/youtube_v3/classes.rb', line 4434

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