Initial Commit
This commit is contained in:
9
PatchProbe.Shared/Models/WindowsUpdateInfo.cs
Normal file
9
PatchProbe.Shared/Models/WindowsUpdateInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PatchProbe.Shared.Models;
|
||||
|
||||
public sealed class WindowsUpdateInfo
|
||||
{
|
||||
public List<ApplicableUpdate> ApplicableUpdates { get; init; } = [];
|
||||
public List<UpdateHistoryEntry> History { get; init; } = [];
|
||||
public WindowsUpdatePolicy? Policy { get; init; }
|
||||
public string? SearchError { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user