items = $items; } /** * @return AppsDynamiteStorageSelectionInputSelectionItem[] */ 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 AppsDynamiteStorageAction */ public function setOnChangeAction(AppsDynamiteStorageAction $onChangeAction) { $this->onChangeAction = $onChangeAction; } /** * @return AppsDynamiteStorageAction */ 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(AppsDynamiteStorageSelectionInput::class, 'Google_Service_CloudSearch_AppsDynamiteStorageSelectionInput');