Class: Google::Apis::ChatV1::MessageBatchUpdatedEventData
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::MessageBatchUpdatedEventData
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb
Overview
Event payload for multiple updated messages. Event type: google.workspace.
chat.message.v1.batchUpdated
Instance Attribute Summary collapse
-
#messages ⇒ Array<Google::Apis::ChatV1::MessageUpdatedEventData>
A list of updated messages.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MessageBatchUpdatedEventData
constructor
A new instance of MessageBatchUpdatedEventData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MessageBatchUpdatedEventData
Returns a new instance of MessageBatchUpdatedEventData.
4426 4427 4428 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4426 def initialize(**args) update!(**args) end |
Instance Attribute Details
#messages ⇒ Array<Google::Apis::ChatV1::MessageUpdatedEventData>
A list of updated messages.
Corresponds to the JSON property messages
4424 4425 4426 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4424 def @messages end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4431 4432 4433 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4431 def update!(**args) @messages = args[:messages] if args.key?(:messages) end |