Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ListSpaceEventsResponse.
Response message for listing space events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
Returns
- (::String) — Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
#space_events
def space_events() -> ::Array<::Google::Apps::Chat::V1::SpaceEvent>
Returns
- (::Array<::Google::Apps::Chat::V1::SpaceEvent>) — Results are returned in chronological order (oldest event first).
#space_events=
def space_events=(value) -> ::Array<::Google::Apps::Chat::V1::SpaceEvent>
Parameter
- value (::Array<::Google::Apps::Chat::V1::SpaceEvent>) — Results are returned in chronological order (oldest event first).
Returns
- (::Array<::Google::Apps::Chat::V1::SpaceEvent>) — Results are returned in chronological order (oldest event first).