Class: Google::Apis::ChatV1::MembershipDeletedEventData
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::MembershipDeletedEventData
- 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
-
#membership ⇒ Google::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.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MembershipDeletedEventData
constructor
A new instance of MembershipDeletedEventData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MembershipDeletedEventData
Returns a new instance of MembershipDeletedEventData.
4103 4104 4105 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4103 def initialize(**args) update!(**args) end |
Instance Attribute Details
#membership ⇒ Google::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
4101 4102 4103 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4101 def membership @membership end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4108 4109 4110 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4108 def update!(**args) @membership = args[:membership] if args.key?(:membership) end |