TimeResponse

data class TimeResponse(val hour: Int, val minute: Int)

The time for a scaling action to occur.

Constructors

Link copied to clipboard
constructor(hour: Int, minute: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hour: Int

The hour.

Link copied to clipboard
val minute: Int

The minute.