This commit is contained in:
16
server/models/dto/JobOperationsLogInfoItem.cs
Normal file
16
server/models/dto/JobOperationsLogInfoItem.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Sockeye.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Job log item
|
||||
/// </summary>
|
||||
public class JobOperationsLogInfoItem
|
||||
{
|
||||
public DateTime Created { get; set; }
|
||||
public string StatusText { get; set; }
|
||||
public Guid JobId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user