spaces = $spaces; } /** * @return SpaceUpdatedEventData[] */ public function getSpaces() { return $this->spaces; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SpaceBatchUpdatedEventData::class, 'Google_Service_HangoutsChat_SpaceBatchUpdatedEventData');