Class: Google::Apps::Chat::V1::SpaceBatchUpdatedEventData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::SpaceBatchUpdatedEventData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/event_payload.rb
Overview
Event payload for multiple updates to a space.
Event type: google.workspace.chat.space.v1.batchUpdated
Instance Attribute Summary collapse
-
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::SpaceUpdatedEventData>
A list of updated spaces.
Instance Attribute Details
#spaces ⇒ ::Array<::Google::Apps::Chat::V1::SpaceUpdatedEventData>
Returns A list of updated spaces.
174 175 176 177 |
# File 'proto_docs/google/chat/v1/event_payload.rb', line 174 class SpaceBatchUpdatedEventData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |