class Google::Apis::ScriptV1::GoogleAppsScriptTypeProcess

started via the Apps Script API.
is distinct from the ‘Operation` resource, which only represents executions
script editor, a trigger, an application, or using the Apps Script API. This
Representation of a single script process execution that was started from the

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @duration = args[:duration] if args.key?(:duration)
  @function_name = args[:function_name] if args.key?(:function_name)
  @process_status = args[:process_status] if args.key?(:process_status)
  @process_type = args[:process_type] if args.key?(:process_type)
  @project_name = args[:project_name] if args.key?(:project_name)
  @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
  @start_time = args[:start_time] if args.key?(:start_time)
  @user_access_level = args[:user_access_level] if args.key?(:user_access_level)
end