EntityUptimeResponse

data class EntityUptimeResponse(val daysPerMonth: Int? = null, val hoursPerDay: Int? = null)

Entity Uptime.

Constructors

Link copied to clipboard
constructor(daysPerMonth: Int? = null, hoursPerDay: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val daysPerMonth: Int? = null

Gets the days per month.

Link copied to clipboard
val hoursPerDay: Int? = null

Gets the hours per day.