PolygonGSArbiter-foss/PolygonGSArbiter/PolygonGSP.cs

19 lines
448 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PolygonGSArbiter
{
public class PolygonGSP
{
public string Operation { get; set; }
public string JobID { get; set; }
public int Version { get; set; }
public int PlaceID { get; set; }
public string Status { get; set; }
public string Message { get; set; }
}
}