Initial Commit
This commit is contained in:
11
PatchProbe.Shared/Models/UpdateEvent.cs
Normal file
11
PatchProbe.Shared/Models/UpdateEvent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PatchProbe.Shared.Models;
|
||||
|
||||
public sealed class UpdateEvent
|
||||
{
|
||||
public long EventId { get; init; }
|
||||
public string? Source { get; init; }
|
||||
public string? LogName { get; init; }
|
||||
public string? Level { get; init; }
|
||||
public DateTimeOffset? TimeCreated { get; init; }
|
||||
public string? Message { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user