tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Response
SwarmServerResponse.cs
Go to the documentation of this file.
1
using
System;
2
3
using
Tgstation.Server.Api.Models.Internal
;
4
5
namespace
Tgstation.Server.Api.Models.Response
6
{
8
public
sealed
class
SwarmServerResponse
:
SwarmServerInformation
9
{
13
[Obsolete(
"For JSON deserialization only"
,
true
)]
14
public
SwarmServerResponse
()
15
{
16
}
17
22
public
SwarmServerResponse
(
SwarmServerInformation
swarmServerInfo)
23
: base(swarmServerInfo)
24
{
25
}
26
}
27
}
Tgstation.Server.Api.Models.Internal.SwarmServerInformation
Represents information about a running SwarmServer.
Definition
SwarmServerInformation.cs:9
Tgstation.Server.Api.Models.Response.SwarmServerResponse
Definition
SwarmServerResponse.cs:9
Tgstation.Server.Api.Models.Response.SwarmServerResponse.SwarmServerResponse
SwarmServerResponse()
Initializes a new instance of the SwarmServerResponse class.
Definition
SwarmServerResponse.cs:14
Tgstation.Server.Api.Models.Response.SwarmServerResponse.SwarmServerResponse
SwarmServerResponse(SwarmServerInformation swarmServerInfo)
Initializes a new instance of the SwarmServerResponse class.
Definition
SwarmServerResponse.cs:22
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Tgstation.Server.Api.Models.Response
Definition
AdministrationResponse.cs:6
Generated by
1.9.8