Class: Google::Apps::Chat::V1::SpaceBatchUpdatedEventData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#spaces::Array<::Google::Apps::Chat::V1::SpaceUpdatedEventData>

Returns A list of updated spaces.

Returns:



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