tgstation-server
5.12.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Internal
SwarmServer.cs
Go to the documentation of this file.
1
using
System;
2
using
System.ComponentModel.DataAnnotations;
3
4
namespace
Tgstation.Server.Api.Models.Internal
5
{
9
public
abstract
class
SwarmServer
10
{
14
[Required]
15
public
virtual
Uri?
Address
{
get
;
set
; }
16
20
[Required]
21
public
string
?
Identifier
{
get
;
set
; }
22
}
23
}
Tgstation.Server.Api.Models.Internal.SwarmServer
Information about a server in the swarm.
Definition:
SwarmServer.cs:10
Tgstation.Server.Api.Models.Internal.SwarmServer.Address
virtual ? Uri Address
The public address of the server.
Definition:
SwarmServer.cs:15
Tgstation.Server.Api.Models.Internal.SwarmServer.Identifier
string? Identifier
The server's identifier.
Definition:
SwarmServer.cs:21
Tgstation.Server.Api.Models.Internal
Definition:
ChatBotApiBase.cs:6
Generated by
1.9.5