class Google::Apis::ScriptV1::GoogleAppsScriptTypeExecutionApiConfig

API executable entry point configuration.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @access = args[:access] if args.key?(:access)
end