Class: Google::Apps::Chat::V1::ListSpaceEventsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListSpaceEventsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space_event.rb
Overview
Response message for listing space events.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Continuation token used to fetch more events.
-
#space_events ⇒ ::Array<::Google::Apps::Chat::V1::SpaceEvent>
Results are returned in chronological order (oldest event first).
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
280 281 282 283 |
# File 'proto_docs/google/chat/v1/space_event.rb', line 280 class ListSpaceEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#space_events ⇒ ::Array<::Google::Apps::Chat::V1::SpaceEvent>
Returns Results are returned in chronological order (oldest event first).
Note: The permissionSettings
field is not returned in the Space
object for list requests.
280 281 282 283 |
# File 'proto_docs/google/chat/v1/space_event.rb', line 280 class ListSpaceEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |