Google Apps Chat V1 Client - Class ListSpaceEventsResponse (0.5.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class ListSpaceEventsResponse.

Response message for listing space events.

Generated from protobuf message google.chat.v1.ListSpaceEventsResponse

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ space_events array<Google\Apps\Chat\V1\SpaceEvent>

Results are returned in chronological order (oldest event first).

↳ next_page_token string

Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.

getSpaceEvents

Results are returned in chronological order (oldest event first).

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSpaceEvents

Results are returned in chronological order (oldest event first).

Parameter
Name Description
var array<Google\Apps\Chat\V1\SpaceEvent>
Returns
Type Description
$this

getNextPageToken

Continuation token used to fetch more events.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

Continuation token used to fetch more events.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this