Class: Google::Apis::ChatV1::MembershipDeletedEventData

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 a deleted membership. Event type: google.workspace.chat. membership.v1.deleted

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MembershipDeletedEventData

Returns a new instance of MembershipDeletedEventData.



3834
3835
3836
# File 'lib/google/apis/chat_v1/classes.rb', line 3834

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

Instance Attribute Details

#membershipGoogle::Apis::ChatV1::Membership

Represents a membership relation in Google Chat, such as whether a user or Chat app is invited to, part of, or absent from a space. Corresponds to the JSON property membership



3832
3833
3834
# File 'lib/google/apis/chat_v1/classes.rb', line 3832

def membership
  @membership
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3839
3840
3841
# File 'lib/google/apis/chat_v1/classes.rb', line 3839

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