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 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 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');