buttons = $buttons; } /** * @return GoogleAppsCardV1Button[] */ public function getButtons() { return $this->buttons; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1ButtonList::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1ButtonList');