chips = $chips; } /** * @return GoogleAppsCardV1Chip[] */ public function getChips() { return $this->chips; } /** * @param string */ public function setLayout($layout) { $this->layout = $layout; } /** * @return string */ public function getLayout() { return $this->layout; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1ChipList::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1ChipList');