externalDataSource = $externalDataSource; } /** * @return GoogleAppsCardV1Action */ public function getExternalDataSource() { return $this->externalDataSource; } /** * @param GoogleAppsCardV1SelectionItem[] */ public function setItems($items) { $this->items = $items; } /** * @return GoogleAppsCardV1SelectionItem[] */ public function getItems() { return $this->items; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param int */ public function setMultiSelectMaxSelectedItems($multiSelectMaxSelectedItems) { $this->multiSelectMaxSelectedItems = $multiSelectMaxSelectedItems; } /** * @return int */ public function getMultiSelectMaxSelectedItems() { return $this->multiSelectMaxSelectedItems; } /** * @param int */ public function setMultiSelectMinQueryLength($multiSelectMinQueryLength) { $this->multiSelectMinQueryLength = $multiSelectMinQueryLength; } /** * @return int */ public function getMultiSelectMinQueryLength() { return $this->multiSelectMinQueryLength; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleAppsCardV1Action */ public function setOnChangeAction(GoogleAppsCardV1Action $onChangeAction) { $this->onChangeAction = $onChangeAction; } /** * @return GoogleAppsCardV1Action */ public function getOnChangeAction() { return $this->onChangeAction; } /** * @param GoogleAppsCardV1PlatformDataSource */ public function setPlatformDataSource(GoogleAppsCardV1PlatformDataSource $platformDataSource) { $this->platformDataSource = $platformDataSource; } /** * @return GoogleAppsCardV1PlatformDataSource */ public function getPlatformDataSource() { return $this->platformDataSource; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCardV1SelectionInput::class, 'Google_Service_HangoutsChat_GoogleAppsCardV1SelectionInput');