tgstation-server  4.3.2
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 {
8  public sealed class Administration
9  {
13  public bool WindowsHost { get; set; }
14 
18  public Uri? TrackedRepositoryUrl { get; set; }
19 
23  public Version? LatestVersion { get; set; }
24 
28  public Version? NewVersion { get; set; }
29  }
30 }
Represents administrative server information