Class: Google::Apps::Chat::V1::GetSpaceEventRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::GetSpaceEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space_event.rb
Overview
Request message for getting a space event.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the space event.
Format: spaces/{space}/spaceEvents/{spaceEvent}
.
184 185 186 187 |
# File 'proto_docs/google/chat/v1/space_event.rb', line 184 class GetSpaceEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |