Class: Google::Apps::Chat::V1::MembershipBatchCreatedEventData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/event_payload.rb

Overview

Event payload for multiple new memberships.

Event type: google.workspace.chat.membership.v1.batchCreated

Instance Attribute Summary collapse

Instance Attribute Details

#memberships::Array<::Google::Apps::Chat::V1::MembershipCreatedEventData>

Returns A list of new memberships.

Returns:



63
64
65
66
# File 'proto_docs/google/chat/v1/event_payload.rb', line 63

class MembershipBatchCreatedEventData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end