createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GoogleAppsScriptTypeFunctionSet */ public function setFunctionSet(GoogleAppsScriptTypeFunctionSet $functionSet) { $this->functionSet = $functionSet; } /** * @return GoogleAppsScriptTypeFunctionSet */ public function getFunctionSet() { return $this->functionSet; } /** * @param GoogleAppsScriptTypeUser */ public function setLastModifyUser(GoogleAppsScriptTypeUser $lastModifyUser) { $this->lastModifyUser = $lastModifyUser; } /** * @return GoogleAppsScriptTypeUser */ public function getLastModifyUser() { return $this->lastModifyUser; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ScriptFile::class, 'Google_Service_Script_ScriptFile');