TimeResponse

data class TimeResponse(val hours: Int, val minutes: Int, val seconds: Int)

The time.

Constructors

Link copied to clipboard
constructor(hours: Int, minutes: Int, seconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: Int

The hour.

Link copied to clipboard

The minute.

Link copied to clipboard

The second.