Class: Google::Apis::YoutubeV3::LiveChatTextMessageDetails

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) ⇒ LiveChatTextMessageDetails

Returns a new instance of LiveChatTextMessageDetails.



5019
5020
5021
# File 'lib/google/apis/youtube_v3/classes.rb', line 5019

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

Instance Attribute Details

#message_textString

The user's message. Corresponds to the JSON property messageText

Returns:

  • (String)


5017
5018
5019
# File 'lib/google/apis/youtube_v3/classes.rb', line 5017

def message_text
  @message_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5024
5025
5026
# File 'lib/google/apis/youtube_v3/classes.rb', line 5024

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