tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Api
Models
Byond.cs
Go to the documentation of this file.
1
using
System
;
2
using
Tgstation
.
Server
.
Api
.
Models
.
Internal
;
3
4
namespace
Tgstation
.
Server
.
Api
.Models
5
{
9
public
sealed
class
Byond
:
RawData
10
{
14
public
Version? Version {
get
;
set
; }
15
19
public
Job
? InstallJob {
get
;
set
; }
20
}
21
}
Tgstation.Server.Api.HeaderTypes.Api
Api header.
Tgstation.Server.Api
Definition:
ApiHeaders.cs:12
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Api.Models
Definition:
Administration.cs:3
Tgstation.Server.Api.Models.Internal.RawData
Represents raw bytes.
Definition:
RawData.cs:6
Tgstation.Server.Api.Models.Internal
Definition:
ChatBot.cs:4
Tgstation.Server.Api.Models.Byond
Represents a BYOND installation. RawData.Content is used to upload custom BYOND version zip files...
Definition:
Byond.cs:9
Tgstation.Server
Tgstation
Tgstation.Server.Api.Models.Job
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job ...
Definition:
Job.cs:6
Generated by
1.8.11