Class: Google::Apps::Chat::V1::SpaceUpdatedEventData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::SpaceUpdatedEventData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/event_payload.rb
Overview
Event payload for an updated space.
Event type: google.workspace.chat.space.v1.updated
Instance Attribute Summary collapse
-
#space ⇒ ::Google::Apps::Chat::V1::Space
The updated space.
Instance Attribute Details
#space ⇒ ::Google::Apps::Chat::V1::Space
Returns The updated space.
163 164 165 166 |
# File 'proto_docs/google/chat/v1/event_payload.rb', line 163 class SpaceUpdatedEventData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |