tgstation-server
6.12.3
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
{
14
public
Version
?
Version
{
get
;
set
; }
15
19
public
Version
?
ApiVersion
{
get
;
set
; }
20
24
public
Version
?
DMApiVersion
{
get
;
set
; }
25
29
public
bool
WindowsHost
{
get
;
set
; }
30
34
public
Dictionary<OAuthProvider, OAuthProviderInfo>?
OAuthProviderInfos
{
get
;
set
; }
35
39
public
bool
UpdateInProgress
{
get
;
set
; }
40
44
[ResponseOptions]
45
public
ICollection<SwarmServerResponse>?
SwarmServers
{
get
;
set
; }
46
}
47
}
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:29
Tgstation.Server.Api.Models.Response.ServerInformationResponse.ApiVersion
Version? ApiVersion
The Api version of the host.
Definition
ServerInformationResponse.cs:19
Tgstation.Server.Api.Models.Response.ServerInformationResponse.DMApiVersion
Version? DMApiVersion
The DMAPI interop version the server uses.
Definition
ServerInformationResponse.cs:24
Tgstation.Server.Api.Models.Response.ServerInformationResponse.SwarmServers
ICollection< SwarmServerResponse >? SwarmServers
A ICollection<T> of connected SwarmServerResponses.
Definition
ServerInformationResponse.cs:45
Tgstation.Server.Api.Models.Response.ServerInformationResponse.Version
Version? Version
The version of the host.
Definition
ServerInformationResponse.cs:14
Tgstation.Server.Api.Models.Response.ServerInformationResponse.OAuthProviderInfos
Dictionary< OAuthProvider, OAuthProviderInfo >? OAuthProviderInfos
Map of OAuthProvider to the OAuthProviderInfo for them.
Definition
ServerInformationResponse.cs:34
Tgstation.Server.Api.Models.Response.ServerInformationResponse.UpdateInProgress
bool UpdateInProgress
If there is a server update in progress.
Definition
ServerInformationResponse.cs:39
Tgstation.Server.Api.Models.Response
Definition
AdministrationResponse.cs:6
Generated by
1.9.8