Running

data class Running(val startTimestamp: Instant) : ServerStatusDataModel

A model representing the status of the server when it is running. It contains information about the startTimestamp of the server.

Constructors

Link copied to clipboard
constructor(startTimestamp: Instant)

Properties

Link copied to clipboard
val startTimestamp: Instant

Functions

Link copied to clipboard