chatGroupId = $chatGroupId; } /** * @return string */ public function getChatGroupId() { return $this->chatGroupId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChatConfig::class, 'Google_Service_CloudSearch_GoogleChatConfig');