footerWidgets = $footerWidgets; } /** * @return GoogleAppsCardV1NestedWidget[] */ public function getFooterWidgets() { return $this->footerWidgets; } /** * @param GoogleAppsCardV1NestedWidget[] */ public function setWidgets($widgets) { $this->widgets = $widgets; } /** * @return GoogleAppsCardV1NestedWidget[] */ public function getWidgets() { return $this->widgets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1CarouselCard::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1CarouselCard');