class Google::Apis::YoutubeV3::LiveChatTextMessageDetails

Attributes

message_text[RW]

The user's message. Corresponds to the JSON property `messageText` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 4706
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 4711
def update!(**args)
  @message_text = args[:message_text] if args.key?(:message_text)
end