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