Initial Commit
This commit is contained in:
14
PatchProbe.Shared/Models/ApplicableUpdate.cs
Normal file
14
PatchProbe.Shared/Models/ApplicableUpdate.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace PatchProbe.Shared.Models;
|
||||
|
||||
public sealed class ApplicableUpdate
|
||||
{
|
||||
public string? UpdateId { get; init; }
|
||||
public string? Title { get; init; }
|
||||
public string? KbArticleId { get; init; }
|
||||
public string? Category { get; init; }
|
||||
public string? Severity { get; init; }
|
||||
public bool RebootRequired { get; init; }
|
||||
public bool IsDownloaded { get; init; }
|
||||
public string? Description { get; init; }
|
||||
public string? SupportUrl { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user