Class: Google::Apis::ChatV1::MembershipUpdatedEventData

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MembershipUpdatedEventData

Returns a new instance of MembershipUpdatedEventData.



3788
3789
3790
# File 'lib/google/apis/chat_v1/classes.rb', line 3788

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



3786
3787
3788
# File 'lib/google/apis/chat_v1/classes.rb', line 3786

def membership
  @membership
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3793
3794
3795
# File 'lib/google/apis/chat_v1/classes.rb', line 3793

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