tgstation-server 6.9.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
AdministrationResponse.cs
Go to the documentation of this file.
1using System;
2
4{
8 public sealed class AdministrationResponse
9 {
13 public Uri? TrackedRepositoryUrl { get; set; }
14
18 public Version? LatestVersion { get; set; }
19
23 public DateTimeOffset? GeneratedAt { get; set; }
24 }
25}
Uri? TrackedRepositoryUrl
The GitHub repository the server is built to receive updates from.
Version? LatestVersion
The latest available version of the Tgstation.Server.Host assembly from the upstream repository....
DateTimeOffset? GeneratedAt
This response is cached. This field indicates the DateTimeOffset when it was generated.