Class: Google::Apps::Chat::V1::MembershipBatchUpdatedEventData

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 updated memberships.

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns A list of updated memberships.

Returns:



74
75
76
77
# File 'proto_docs/google/chat/v1/event_payload.rb', line 74

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