disabled = $disabled; } /** * @return bool */ public function getDisabled() { return $this->disabled; } /** * @param GoogleAppsCardV1OnClick */ public function setOnClick(GoogleAppsCardV1OnClick $onClick) { $this->onClick = $onClick; } /** * @return GoogleAppsCardV1OnClick */ public function getOnClick() { return $this->onClick; } /** * @param GoogleAppsCardV1Icon */ public function setStartIcon(GoogleAppsCardV1Icon $startIcon) { $this->startIcon = $startIcon; } /** * @return GoogleAppsCardV1Icon */ public function getStartIcon() { return $this->startIcon; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1OverflowMenuItem::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1OverflowMenuItem');