Class: Google::Apis::ChatV1::MessageBatchCreatedEventData

Inherits:
Object
  • Object
show all
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 new messages. Event type: google.workspace.chat. message.v1.batchCreated

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MessageBatchCreatedEventData

Returns a new instance of MessageBatchCreatedEventData.



4051
4052
4053
# File 'lib/google/apis/chat_v1/classes.rb', line 4051

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

Instance Attribute Details

#messagesArray<Google::Apis::ChatV1::MessageCreatedEventData>

A list of new messages. Corresponds to the JSON property messages



4049
4050
4051
# File 'lib/google/apis/chat_v1/classes.rb', line 4049

def messages
  @messages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4056
4057
4058
# File 'lib/google/apis/chat_v1/classes.rb', line 4056

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