Reference documentation and code samples for the Google Apps Chat V1 Client class SpaceBatchUpdatedEventData.
Event payload for multiple updates to a space.
Event type: google.workspace.chat.space.v1.batchUpdated
Generated from protobuf message google.chat.v1.SpaceBatchUpdatedEventData
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ spaces |
array<SpaceUpdatedEventData>
A list of updated spaces. |
getSpaces
A list of updated spaces.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSpaces
A list of updated spaces.
Parameter | |
---|---|
Name | Description |
var |
array<SpaceUpdatedEventData>
|
Returns | |
---|---|
Type | Description |
$this |