chips = $chips; } /** * @return GoogleAppsCardV1Chip[] */ public function getChips() { return $this->chips; } /** * Specified chip list layout. * * Accepted values: LAYOUT_UNSPECIFIED, WRAPPED, HORIZONTAL_SCROLLABLE * * @param self::LAYOUT_* $layout */ public function setLayout($layout) { $this->layout = $layout; } /** * @return self::LAYOUT_* */ 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');