class Google::Apis::ScriptV1::GoogleAppsScriptTypeWebAppConfig
Web app entry point configuration.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @access = args[:access] if args.key?(:access) @execute_as = args[:execute_as] if args.key?(:execute_as) end