class Google::Apis::YoutubeV3::LiveChatMessageDeletedDetails

Attributes

deleted_message_id[RW]

Corresponds to the JSON property `deletedMessageId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtube_v3/classes.rb, line 4369
def update!(**args)
  @deleted_message_id = args[:deleted_message_id] if args.key?(:deleted_message_id)
end