Class: Google::Apps::Chat::V1::SpaceUpdatedEventData

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 an updated space.

Event type: google.workspace.chat.space.v1.updated

Instance Attribute Summary collapse

Instance Attribute Details

#space::Google::Apps::Chat::V1::Space

Returns The updated space.

Returns:



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