access = $access; } /** * @return string */ public function getAccess() { return $this->access; } /** * @param string */ public function setExecuteAs($executeAs) { $this->executeAs = $executeAs; } /** * @return string */ public function getExecuteAs() { return $this->executeAs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsScriptTypeWebAppConfig::class, 'Google_Service_Script_GoogleAppsScriptTypeWebAppConfig');