tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Api
Models
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
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Api.Models.Administration
Represents administrative server information
Definition:
Administration.cs:8
Tgstation
Generated by
1.8.11