Class: Google::Apis::YoutubeV3::LiveChatMessageRetractedDetails
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::LiveChatMessageRetractedDetails
- 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
-
#retracted_message_id ⇒ String
Corresponds to the JSON property
retractedMessageId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiveChatMessageRetractedDetails
constructor
A new instance of LiveChatMessageRetractedDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LiveChatMessageRetractedDetails
Returns a new instance of LiveChatMessageRetractedDetails.
4444 4445 4446 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 4444 def initialize(**args) update!(**args) end |
Instance Attribute Details
#retracted_message_id ⇒ String
Corresponds to the JSON property retractedMessageId
4442 4443 4444 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 4442 def @retracted_message_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4449 4450 4451 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 4449 def update!(**args) @retracted_message_id = args[:retracted_message_id] if args.key?(:retracted_message_id) end |