Initial Commit
This commit is contained in:
13
PatchProbe.Shared/Models/UpdateHistoryEntry.cs
Normal file
13
PatchProbe.Shared/Models/UpdateHistoryEntry.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace PatchProbe.Shared.Models;
|
||||
|
||||
public sealed class UpdateHistoryEntry
|
||||
{
|
||||
public string? UpdateId { get; init; }
|
||||
public string? Title { get; init; }
|
||||
public string? KbArticleId { get; init; }
|
||||
public int ResultCode { get; init; }
|
||||
public int HResult { get; init; }
|
||||
public DateTimeOffset? Date { get; init; }
|
||||
public string? Operation { get; init; }
|
||||
public string? ServerSelection { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user