createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Script_GoogleAppsScriptTypeFunctionSet */ public function setFunctionSet(Google_Service_Script_GoogleAppsScriptTypeFunctionSet $functionSet) { $this->functionSet = $functionSet; } /** * @return Google_Service_Script_GoogleAppsScriptTypeFunctionSet */ public function getFunctionSet() { return $this->functionSet; } /** * @param Google_Service_Script_GoogleAppsScriptTypeUser */ public function setLastModifyUser(Google_Service_Script_GoogleAppsScriptTypeUser $lastModifyUser) { $this->lastModifyUser = $lastModifyUser; } /** * @return Google_Service_Script_GoogleAppsScriptTypeUser */ public function getLastModifyUser() { return $this->lastModifyUser; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }