ServerStatusRemoteResponseModel

@Serializable
internal data class ServerStatusRemoteResponseModel(val startTimestamp: Instant, val services: List<ServiceRemoteResponseModel>)

A model representing a response from the REST API / endpoint containing information about the server status and its services.

Constructors

Link copied to clipboard
constructor(startTimestamp: Instant, services: List<ServiceRemoteResponseModel>)

Properties

Link copied to clipboard
Link copied to clipboard
val startTimestamp: Instant