tgstation-server
The /tg/station 13 server suite
Administration.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Tgstation.Server.Api.Models
4 {
6  public sealed class Administration
7  {
11  public bool WindowsHost { get; set; }
12 
16  public Uri TrackedRepositoryUrl { get; set; }
17 
21  public Version LatestVersion { get; set; }
22 
26  public Version NewVersion { get; set; }
27  }
28 }