tgstation-server  4.4.0
The /tg/station 13 server suite
EntityId.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Api.Models
2 {
6  public class EntityId
7  {
11  public long Id { get; set; }
12  }
13 }
Common base of Instances, CompileJobs, and Jobs.
Definition: EntityId.cs:6