tgstation-server
6.3.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Response
AdministrationResponse.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Api.Models.Response
4
{
8
public
sealed
class
AdministrationResponse
9
{
13
public
Uri?
TrackedRepositoryUrl
{
get
;
set
; }
14
18
public
Version?
LatestVersion
{
get
;
set
; }
19
}
20
}
Tgstation.Server.Api.Models.Response.AdministrationResponse
Represents administrative server information.
Definition:
AdministrationResponse.cs:9
Tgstation.Server.Api.Models.Response.AdministrationResponse.TrackedRepositoryUrl
Uri? TrackedRepositoryUrl
The GitHub repository the server is built to receive updates from.
Definition:
AdministrationResponse.cs:13
Tgstation.Server.Api.Models.Response.AdministrationResponse.LatestVersion
Version? LatestVersion
The latest available version of the Tgstation.Server.Host assembly from the upstream repository....
Definition:
AdministrationResponse.cs:18
Tgstation.Server.Api.Models.Response
Definition:
AdministrationResponse.cs:4
Generated by
1.9.5