class Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig
API executable 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) end