mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 22:01:16 +00:00
duration of scan
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace MalwareMultiScan.Api.Data.Models
|
||||
{
|
||||
public class ScanResultEntry
|
||||
{
|
||||
public bool Completed { get; set; }
|
||||
public bool? Succeeded { get; set; }
|
||||
public long Duration { get; set; }
|
||||
public string[] Threats { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user