Class: Google::Apis::ChatV1::MembershipUpdatedEventData
- Inherits:
-
Object
- Object
- Google::Apis::ChatV1::MembershipUpdatedEventData
- 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
-
#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) ⇒ MembershipUpdatedEventData
constructor
A new instance of MembershipUpdatedEventData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MembershipUpdatedEventData
Returns a new instance of MembershipUpdatedEventData.
4124 4125 4126 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4124 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
4122 4123 4124 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4122 def membership @membership end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4129 4130 4131 |
# File 'lib/google/apis/chat_v1/classes.rb', line 4129 def update!(**args) @membership = args[:membership] if args.key?(:membership) end |