tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ServerInformationResponse.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3
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}
bool WindowsHost
If the server is running on a windows operating system.
Version? DMApiVersion
The DMAPI interop version the server uses.
ICollection< SwarmServerResponse >? SwarmServers
A ICollection<T> of connected SwarmServerResponses.
Dictionary< OAuthProvider, OAuthProviderInfo >? OAuthProviderInfos
Map of OAuthProvider to the OAuthProviderInfo for them.