Google Chat V1 API - Class Google::Apps::Chat::V1::ListSpaceEventsResponse (v0.3.1)

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

#space_events=

def space_events=(value) -> ::Array<::Google::Apps::Chat::V1::SpaceEvent>
Parameter
Returns