header = $header; } public function getHeader() { return $this->header; } /** * @param Google_Service_HangoutsChat_WidgetMarkup */ public function setWidgets($widgets) { $this->widgets = $widgets; } /** * @return Google_Service_HangoutsChat_WidgetMarkup */ public function getWidgets() { return $this->widgets; } }