tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
InstanceResponse.cs
Go to the documentation of this file.
2{
6 public sealed class InstanceResponse : Instance
7 {
12 [ResponseOptions]
13 public JobResponse? MoveJob { get; set; }
14
18 public bool Accessible { get; set; }
19 }
20}
Metadata about a server instance.
Definition Instance.cs:9
JobResponse? MoveJob
The JobResponse representing a change of Instance.Path.
bool Accessible
If the querying user may access this instance.
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.
Definition JobResponse.cs:7