Base class for DreamDaemon API models.
bool? SoftShutdown
If the server is undergoing a soft shutdown.
bool? SoftRestart
If the server is undergoing a soft reset. This may be automatically set by changes to other fields.
DateTimeOffset? LaunchTime
When the current server execution was started.
long? WorldIteration
A incrementing ID for representing current iteration of servers world (i.e. after calling /world/proc...
long? SessionId
An incrementing ID for representing current server execution.
uint? ClientCount
The last known count of connected players. Requires DreamDaemonLaunchParameters.HealthCheckSeconds to...
Configurable settings for DreamDaemon.