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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ space_events |
array<SpaceEvent>
Results are returned in chronological order (oldest event first). Note: The |
↳ 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).
Note: The permissionSettings field is not returned in the Space
object for list requests.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSpaceEvents
Results are returned in chronological order (oldest event first).
Note: The permissionSettings field is not returned in the Space
object for list requests.
| Parameter | |
|---|---|
| Name | Description |
var |
array<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 |
|