Class: Google::Apps::Chat::V1::MembershipCreatedEventData

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 a new membership.

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

Instance Attribute Summary collapse

Instance Attribute Details

#membership::Google::Apps::Chat::V1::Membership

Returns The new membership.

Returns:



30
31
32
33
# File 'proto_docs/google/chat/v1/event_payload.rb', line 30

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