tgstation-server
6.14.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Response
ServerInformationResponse.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
4
namespace
Tgstation.Server.Api.Models.Response
5
{
9
public
sealed
class
ServerInformationResponse
: Internal.ServerInformationBase
10
{
15
public
Version
?
Version
{
get
;
set
; }
16
21
public
Version
?
ApiVersion
{
get
;
set
; }
22
27
public
Version
?
DMApiVersion
{
get
;
set
; }
28
32
public
bool
WindowsHost
{
get
;
set
; }
33
37
public
Dictionary<OAuthProvider, OAuthProviderInfo>?
OAuthProviderInfos
{
get
;
set
; }
38
43
public
bool
UpdateInProgress
{
get
;
set
; }
44
48
[ResponseOptions]
49
public
ICollection<SwarmServerResponse>?
SwarmServers
{
get
;
set
; }
50
}
51
}
Tgstation.Server.Api.Models.Response.ServerInformationResponse
Represents basic server information.
Definition
ServerInformationResponse.cs:10
Tgstation.Server.Api.Models.Response.ServerInformationResponse.WindowsHost
bool WindowsHost
If the server is running on a windows operating system.
Definition
ServerInformationResponse.cs:32
Tgstation.Server.Api.Models.Response.ServerInformationResponse.ApiVersion
Version? ApiVersion
The Api version of the host.
Definition
ServerInformationResponse.cs:21
Tgstation.Server.Api.Models.Response.ServerInformationResponse.DMApiVersion
Version? DMApiVersion
The DMAPI interop version the server uses.
Definition
ServerInformationResponse.cs:27
Tgstation.Server.Api.Models.Response.ServerInformationResponse.SwarmServers
ICollection< SwarmServerResponse >? SwarmServers
A ICollection<T> of connected SwarmServerResponses.
Definition
ServerInformationResponse.cs:49
Tgstation.Server.Api.Models.Response.ServerInformationResponse.Version
Version? Version
The version of the host.
Definition
ServerInformationResponse.cs:15
Tgstation.Server.Api.Models.Response.ServerInformationResponse.OAuthProviderInfos
Dictionary< OAuthProvider, OAuthProviderInfo >? OAuthProviderInfos
Map of OAuthProvider to the OAuthProviderInfo for them.
Definition
ServerInformationResponse.cs:37
Tgstation.Server.Api.Models.Response.ServerInformationResponse.UpdateInProgress
bool UpdateInProgress
If there is a server update in progress.
Definition
ServerInformationResponse.cs:43
Tgstation.Server.Api.Models.Response
Definition
AdministrationResponse.cs:6
Generated by
1.9.8