documentSuggestions = $documentSuggestions; } /** * @return AppsDynamiteSharedDocument[] */ public function getDocumentSuggestions() { return $this->documentSuggestions; } /** * @param bool */ public function setShowActionButtons($showActionButtons) { $this->showActionButtons = $showActionButtons; } /** * @return bool */ public function getShowActionButtons() { return $this->showActionButtons; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedFindDocumentSuggestion::class, 'Google_Service_CloudSearch_AppsDynamiteSharedFindDocumentSuggestion');