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

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

Returns a new instance of LiveChatTextMessageDetails.



4885
4886
4887
# File 'generated/google/apis/youtube_v3/classes.rb', line 4885

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

Instance Attribute Details

#message_textString

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

Returns:

  • (String)


4883
4884
4885
# File 'generated/google/apis/youtube_v3/classes.rb', line 4883

def message_text
  @message_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4890
4891
4892
# File 'generated/google/apis/youtube_v3/classes.rb', line 4890

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